@charset "UTF-8";
@font-face {
  font-family: 'Hypatia-Sans-Pro';
  src: url("../fonts/hypatia/Hypatia-Sans-Pro.eot");
  src: local("☺"), url("../fonts/hypatia/Hypatia-Sans-Pro.woff") format("woff"), url("../fonts/hypatia/Hypatia-Sans-Pro.ttf") format("truetype"), url("../fonts/hypatia/Hypatia-Sans-Pro.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*@import "vendor/bootstrap/utilities";
@import "vendor/bootstrap/responsive-utilities";*/
body, p, td, div {
  font-family: "Arial", "Georgia", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #636466; }

body {
  background-color: #fff; }

div {
  margin: 3px 0;
  padding: 0px; }

p {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  padding-right: 0px; }

a, a:link {
  color: #996A00;
  text-decoration: none;
  outline: none;
  font-weight: 700; }

a:focus, a:hover, a:active {
  color: #837452;
  text-decoration: none; }

h1 {
  margin: 10px 0px 13px 0px;
  font-family: 'Roboto Slab', Arial, serif;
  color: #506e95;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px; }

h2 {
  margin: 10px 0px 20px 0px;
  font-family: 'Roboto Slab', Arial, serif;
  color: #506e95;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px; }

h3 {
  margin: 10px 0px 21px 0px;
  font-family: 'Roboto Slab', Arial, serif;
  color: #506e95;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px; }

h4 {
  margin: 10px 0px 21px 0px;
  font-family: Arial;
  color: #506e95;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px; }

h5 {
  margin: 10px 0px 21px 0px;
  font-family: Arial;
  color: #506e95;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px; }

h6 {
  margin: 10px 0px 21px 0px;
  font-family: Arial;
  color: #506e95;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; }

ul, ol, li {
  margin: 0px;
  padding: 0px; }

ul {
  margin-top: 3px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 6px;
  padding-left: 0px;
  list-style-type: none; }

ol {
  margin-top: 3px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 31px;
  padding-left: 0px; }

ul li {
  padding: 0 0 0 14px;
  margin: 3px 0 3px 0px;
  background: transparent url("../img/bullet.png") 0 9px no-repeat;
  overflow: hidden; }

li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 0px;
  margin-left: 0px; }

form {
  margin: 0px;
  padding: 0px; }

input {
  font-family: "Arial" , sans-serif;
  font-size: 14px;
  color: #636466; }

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local] {
  background-color: #fff;
  border: 1px solid #2b2b2b;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox] {
  margin: 0px;
  margin-top: 3px;
  padding: 0px;
  height: auto; }

input[type=radio] {
  margin: 0px;
  padding: 0px;
  height: auto; }

input[type=submit], input[type=button], button[type=submit] {
  height: 40px;
  color: #996A00;
  font-weight: bold;
  padding: 0 0px 0 0px;
  border: none;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  margin: 0;
  cursor: pointer;
  transition: none;
  -webkit-transition: none;
  position: relative;
  background: none; }
  input[type=submit]:after, input[type=button]:after, button[type=submit]:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-size: 9px;
    margin-left: 9px;
    vertical-align: 1px; }

input[type=submit]:hover, input[type=button]:hover, button[type=submit]:hover {
  background: none;
  color: #837452; }

input[type=button] {
  height: 40px; }

input[disabled] {
  background-color: #ddd; }

input[type=submit]:hover, input[type=button]:hover, input[type=image]:hover {
  /*filter: alpha(opacity = 60);
	-moz-opacity: 0.6;*/ }

textarea {
  font-family: "Arial" , sans-serif;
  font-size: 14px;
  color: #b7b7b7;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  line-height: 20px; }

input[type=text]:focus, input[type=email]:focus, textarea:focus {
  color: #636466; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
  font-weight: normal; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
  font-weight: normal; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
  font-weight: normal; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
  font-weight: normal; }

fieldset {
  margin: 0px;
  padding: 6px;
  border: 1px solid #ddd; }

select {
  /*border: 1px solid #ddd;*/
  border: 1px solid #2b2b2b; }

select, option {
  z-index: -1;
  height: 28px;
  margin: 0px;
  color: #636466;
  font-family: "Arial" , sans-serif;
  font-size: 14px; }

pre {
  /*font-family: "Verdana" , sans-serif, "Tahoma" , sans-serif,  "Arial" , sans-serif; */
  font-family: monospace;
  margin: 0px;
  padding: 12px;
  border: 1px solid #999;
  background-color: #f6f6f6; }

legend {
  padding: 2px 8px 2px 8px;
  /*font-style:italic;*/
  font-weight: bold;
  font-size: 12px;
  /*color:#869119;*/
  /*border:1px solid  #869119;*/
  /*border-right:3px double  #ddd;
	border-left:3px double  #ddd;*/ }

table,
.mce-item-table {
  empty-cells: show;
  /*width: 100%;*/
  margin-bottom: 20px;
  border-collapse: collapse;
  /*border-collapse: collapse !important;*/
  border-spacing: 0 !important;
  border: 0px #d7d7d7 solid; }

table td,
.mce-item-table td, table th {
  padding: 12px 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.3; }
  table td p, table td div,
  .mce-item-table td p,
  .mce-item-table td div, table th p, table th div {
    font-size: 12px;
    line-height: 1.3; }

table {
  max-width: 100%; }

table thead th {
  border-bottom: 3px solid #506e95; }

table th,
table td,
.mce-item-table th,
.mce-item-table td {
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7; }

table td:first-child,
.mce-item-table td:first-child {
  /*border-left: 0px solid #d7d7d7;*/ }

table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td,
.mce-item-table th, .mce-item-table thead td {
  font-weight: bold;
  border-top: 1px solid #d7d7d7;
  border-bottom: 3px solid #506e95; }

tr:first-child td,
.mce-item-table tr:first-child td {
  /*border-top:0px #d7d7d7 solid;*/ }

.paveiksliukas_prie_teksto {
  float: left;
  margin-right: 15px; }

.atsisiuntimo_ikona, a.atsisiuntimo_ikona {
  background-image: url("../img/download_icon.png");
  background-repeat: no-repeat;
  background-position: right top 8px;
  padding: 10px 35px 10px 0;
  margin: 0 0 5px 0;
  color: #d83e3e;
  display: inline-block;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s, -webkit-transform 0.3s;
  -moz-transition: all 0.3s, -moz-transform 0.3s;
  transition: all 0.3s, transform 0.3s; }

a.atsisiuntimo_ikona:hover {
  background-position: right top 10px;
  color: #d40000;
  text-decoration: underline; }

/* pirmam ir paskutiniam paragrafui netaikyti margino*/
table td p:first-of-type,
.mce-item-table td p:first-of-type {
  margin-top: 0; }

table td p:last-of-type,
.mce-item-table td p:last-of-type {
  margin-bottom: 0; }

/* butonam */
input.more_link[type=submit],
input.more_link[type=button],
.more_link {
  height: 40px;
  background-image: url("../img/submit_btn.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #d3a749;
  font-weight: bold;
  padding: 0 30px 0 10px;
  border: none;
  margin: 0;
  cursor: pointer;
  transition: none;
  -webkit-transition: none; }

input.more_link[type=submit]:hover,
input.more_link[type=button]:hover,
.more_link:hover {
  color: #d3a749;
  border-bottom: 0px #fff solid;
  opacity: 0.7; }

.more_link:hover span {
  border-bottom: 1px #ebcc8a dotted; }

input.more_link[type=submit]:focus,
input.more_link[type=button]:focus,
.more_link:focus {
  border-bottom: 0px #fff solid; }

input.submit_link[type=submit],
input.submit_link[type=button],
.submit_link {
  height: 40px;
  background-image: none;
  background-color: transparent;
  color: #506e95;
  font-weight: bold;
  padding: 0 10px;
  border: none;
  margin: 0;
  cursor: pointer;
  transition: none;
  -webkit-transition: none; }

.submit_link {
  padding: 0; }
  .submit_link span {
    color: #506e95; }

input.submit_link[type=submit]:hover,
input.submit_link[type=button]:hover,
.submit_link:hover,
.submit_link:focus {
  opacity: 0.7;
  border-bottom: 1px dotted #506e95; }

.NFI-wrapper {
  background: transparent; }

.NFI-button {
  border-radius: none;
  width: auto;
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: #996A00;
  font-weight: bold;
  text-align: left !important;
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  background-color: none;
  display: inline-block;
  text-decoration: none;
  outline-offset: -2px;
  padding: 0 7px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .NFI-button:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";
    margin-left: 7px;
    font-size: 20px; }
  .NFI-button:hover, .NFI-button:focus {
    background: none;
    color: #ebcc8a; }
  .NFI-button:focus-visible, .NFI-button :focus-within {
    outline: #000;
    outline-style: solid; }

input.NFI-filename {
  line-height: 36px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  border: none;
  width: 150px;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    input.NFI-filename {
      width: 200px;
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  input.NFI-filename:hover, input.NFI-filename:focus {
    border: none; }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel, .owl-carousel .owl-wrapper {
  display: none;
  position: relative; }

.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.grabbing {
  cursor: url(../../../libs/owl_slider/grabbing.png) 8 8, move; }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

.owl-theme .owl-controls .owl-buttons div {
  background-color: #f0532d;
  width: 54px;
  height: 54px;
  border-radius: 30px;
  position: absolute;
  top: 244px;
  border: 2px solid transparent; }

.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #fff;
  border: 2px solid #f0532d; }

.owl-prev {
  left: 30px;
  background-position: 0 -107px; }

.owl-next {
  right: 30px;
  background-position: 0 -171px; }

.owl-prev:hover {
  background-position: 0 -75px; }

.owl-next:hover {
  background-position: 0 -139px; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }

.owl-theme .owl-controls .owl-buttons .disabled, .owl-theme .owl-controls .owl-buttons .disabled:hover, .owl-theme .owl-controls.clickable .owl-buttons div.disabled:hover {
  display: none; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(../../../libs/owl_slider/AjaxLoader.gif) center center no-repeat; }

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100%, 75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  100%, 75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

.owl-item a {
  max-width: 100%; }

/*! lightgallery - v1.2.6 - 2015-10-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../../../libs/lightgallery/fonts/lg.eot?n1z373");
  src: url("../../../libs/lightgallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../../libs/lightgallery/fonts/lg.woff?n1z373") format("woff"), url("../../../libs/lightgallery/fonts/lg.ttf?n1z373") format("truetype"), url("../../../libs/lightgallery/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../../libs/lightgallery/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../../libs/lightgallery/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../../libs/lightgallery/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../../../libs/lightgallery/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../../libs/lightgallery/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  will-change: transform, opacity; }

.lg-css3.lg-use-left .lg-item {
  will-change: left, opacity; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
.lg-outer {
  background: transparent;
  margin: 0;
  box-sizing: border-box; }
  .lg-outer * {
    box-sizing: border-box; }
  .lg-outer div {
    margin: 0; }

.lg-backdrop {
  margin: 0;
  background: rgba(0, 0, 0, 0.95); }

.lg-outer .lg-thumb.group {
  margin-left: auto;
  margin-right: auto; }

.lg-outer .lg-thumb-outer {
  background: transparent; }

.lg-outer .lg-thumb-item {
  border: none;
  border-radius: 0;
  opacity: 0.5;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    opacity: 1; }

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  padding: 0; }

.lg-outer img.lg-image {
  padding: 0 10px 93px 10px; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 10px;
  bottom: 93px; }

.lg-outer .lg-toogle-thumb {
  background-color: rgba(8, 11, 15, 0.7);
  left: 10px;
  top: -40px; }

.photo_title {
  line-height: 1.2;
  color: #fafafa; }
  @media only screen and (max-width: 800px) {
    .photo_title {
      display: none; } }
.lg-toolbar {
  left: auto;
  right: 0;
  width: auto;
  background-color: rgba(8, 11, 15, 0.7); }
  .lg-toolbar .lg-fullscreen, .lg-toolbar #lg-counter {
    display: none; }
  .lg-toolbar .lg-close {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #996A00;
    text-align: center;
    margin-right: 15px;
    margin-top: 10px; }
    .lg-toolbar .lg-close:after {
      display: inline-block;
      vertical-align: -4px;
      content: "\e90a"; }
  .lg-toolbar #lg-counter {
    padding-top: 8px;
    font-size: 19px;
    color: #5e6164;
    font-weight: 900;
    float: left;
    display: none; }
  .lg-toolbar .lg-icon {
    width: 40px; }

@media only screen and (max-width: 800px) {
  .lg-actions {
    display: none; } }

.lg-actions .lg-next:before, .lg-actions .lg-prev:before, .lg-actions .lg-prev:after {
  content: ""; }

.lg-actions .lg-icon.lg-next, .lg-actions .lg-icon.lg-prev {
  border-radius: 0;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-align: center;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .lg-actions .lg-icon.lg-next:after, .lg-actions .lg-icon.lg-prev:after {
    display: inline-block;
    color: #996A00;
    font-size: 14px;
    vertical-align: -5px;
    content: "\e905"; }
  .lg-actions .lg-icon.lg-next:hover, .lg-actions .lg-icon.lg-prev:hover {
    background: transparent; }
    .lg-actions .lg-icon.lg-next:hover:after, .lg-actions .lg-icon.lg-prev:hover:after {
      color: #fff; }

.lg-actions .lg-prev:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
  background-color: transparent; }

.album_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5555;
  width: auto;
  background-color: transparent;
  right: auto; }
  @media only screen and (max-width: 800px) {
    .album_title {
      display: none; } }
  .album_title .album_title_text {
    display: inline-block;
    padding: 10px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(17, 24, 31, 0.3); }

.youtubegallery_popup .lg-toolbar {
  background: none; }
  .youtubegallery_popup .lg-toolbar .lg-close {
    margin: 10px 10px 0 0; }

.youtubegallery_popup .lg-sub-html {
  padding-bottom: 15px; }

.lg-outer .gallery_share {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  margin: 8px 0 0 15px; }
  .lg-outer .gallery_share .share_icon {
    width: 100%;
    height: 100%;
    background-image: url("../img/reused/gallery_share.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    cursor: pointer; }
    .lg-outer .gallery_share .share_icon:hover, .lg-outer .gallery_share .share_icon:focus, .lg-outer .gallery_share .share_icon.active {
      opacity: 1; }
  .lg-outer .gallery_share .share_drop {
    display: none;
    position: absolute;
    width: 40px;
    height: auto;
    margin-left: 5px;
    top: 100%; }
    .lg-outer .gallery_share .share_drop > div {
      width: 40px;
      height: 36px;
      opacity: 0.6;
      cursor: pointer; }
      .lg-outer .gallery_share .share_drop > div:hover, .lg-outer .gallery_share .share_drop > div:focus, .lg-outer .gallery_share .share_drop > div.active {
        opacity: 1; }
    .lg-outer .gallery_share .share_drop .share_fb {
      background-image: url("../img/reused/gallery_fb.png");
      background-position: center;
      background-repeat: no-repeat; }
    .lg-outer .gallery_share .share_drop .share_gplus {
      background-image: url("../img/reused/gallery_gplus.png");
      background-position: center;
      background-repeat: no-repeat; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #d7e0e8;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #d7e0e8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #d7e0e8;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d7e0e8;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #d7e0e8;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #d7e0e8;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2 {
  width: 100% !important;
  max-width: 260px;
  outline: none; }

.select2-container--default {
  outline: none; }
  .select2-container--default .select2-selection--single {
    outline: none;
    height: 40px;
    border: 1px solid #000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px; }
    @media only screen and (min-width: 1200px) {
      .select2-container--default .select2-selection--single {
        height: 40px; } }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #636466;
      padding-right: 10px;
      padding-left: 10px;
      line-height: 36px; }
      @media only screen and (min-width: 1200px) {
        .select2-container--default .select2-selection--single .select2-selection__rendered {
          padding-right: 40px; } }
      @media only screen and (min-width: 1200px) {
        .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 36px; } }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      background-color: none;
      border: none;
      height: 36px;
      width: 36px;
      top: 2px;
      right: 2px; }
      @media only screen and (min-width: 1200px) {
        .select2-container--default .select2-selection--single .select2-selection__arrow {
          height: 36px;
          width: 36px; } }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        font-size: 9px;
        width: 12px;
        height: 12px;
        display: inline-block;
        margin: -6px 0 0 -7px;
        color: #636466; }
        .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
          content: "\e909"; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
    transform: rotate(180deg);
    margin: -8px 0 0 -7px; }

.select2-container--default .select2-results__option {
  background: none; }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #c3cee2; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #374b6f;
  color: white;
  padding-left: 15px; }

.select2-dropdown {
  border: 0px solid #d7d7d7;
  background-color: #f1f1f1; }
  .select2-dropdown .select2-results__option {
    padding: 3px 7px 4px; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  padding-left: 15px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: inherit; }

.select2-container *:focus-visible {
  outline: #000 auto 1px;
  border-radius: 0; }

.cookie_container {
  position: fixed;
  z-index: 99999;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #f1f1f1;
  padding: 30px 0 20px 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .cookie_container {
      padding: 20px 0 15px 0; } }
  .cookie_container .global_container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
  .cookie_container .hide_cookie_bar {
    cursor: pointer;
    border: 0;
    background: none;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #374b6f;
    position: absolute;
    right: 5px;
    top: 0; }
    .cookie_container .hide_cookie_bar:after {
      display: none; }
  .cookie_container .cookie_text_above {
    padding-right: 30px; }
    .cookie_container .cookie_text_above h1:first-child, .cookie_container .cookie_text_above h1:first-of-type, .cookie_container .cookie_text_above h2:first-child, .cookie_container .cookie_text_above h2:first-of-type, .cookie_container .cookie_text_above h3:first-child, .cookie_container .cookie_text_above h3:first-of-type, .cookie_container .cookie_text_above h4:first-child, .cookie_container .cookie_text_above h4:first-of-type, .cookie_container .cookie_text_above h5:first-child, .cookie_container .cookie_text_above h5:first-of-type, .cookie_container .cookie_text_above h6:first-child, .cookie_container .cookie_text_above h6:first-of-type, .cookie_container .cookie_text_above p:first-child, .cookie_container .cookie_text_above p:first-of-type {
      margin-top: 0; }
    .cookie_container .cookie_text_above h3 {
      margin-bottom: 13px; }
    .cookie_container .cookie_text_above a {
      font-weight: 600;
      color: #4e6b93; }
    .cookie_container .cookie_text_above p {
      font-size: 12px;
      color: #636466;
      font-weight: 400; }
  .cookie_container .cookies_checkboxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .cookie_container .cookies_checkboxes .labels_wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .cookie_container .cookies_checkboxes label {
      margin: 5px 30px 5px 0;
      padding-left: 23px;
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .cookies_checkboxes label {
          margin: 5px 12px 5px 0; } }
      .cookie_container .cookies_checkboxes label .checkbox_design, .cookie_container .cookies_checkboxes label .radio_design {
        top: 5px; }
    .cookie_container .cookies_checkboxes .btn-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .cookies_checkboxes .btn-wrapper {
          margin-top: 7px;
          margin-bottom: 10px; } }
    .cookie_container .cookies_checkboxes button {
      height: 40px;
      vertical-align: 3px;
      line-height: 40px;
      padding: 0 18px;
      cursor: pointer;
      background-color: #4e6b93;
      color: #fff;
      border: none;
      margin: 0; }
      .cookie_container .cookies_checkboxes button:hover {
        background-color: #56729a; }
      .cookie_container .cookies_checkboxes button.loading {
        display: none; }
  .cookie_container .error_message {
    margin: -10px 0 13px 0; }
  .cookie_container .toggle_cookies_block {
    cursor: pointer;
    color: #3a3a3a;
    text-transform: uppercase; }
    .cookie_container .toggle_cookies_block span {
      color: #4e6b93;
      display: inline-block;
      font-size: 14px;
      margin-left: 6px;
      vertical-align: -1px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .cookie_container .toggle_cookies_block.open span {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
  .cookie_container .cookies_pop {
    position: relative; }
  .cookie_container .sections_texts {
    margin-top: 12px;
    background: #fff;
    height: 230px;
    overflow-y: auto; }
    .cookie_container .sections_texts .sections_padding {
      padding: 22px 15px 22px 23px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .sections_texts .sections_padding {
          padding: 15px 10px 22px 14px; } }
    .cookie_container .sections_texts .one_section {
      font-size: 14px;
      padding-bottom: 15px; }
      .cookie_container .sections_texts .one_section * {
        font-size: 14px; }
      .cookie_container .sections_texts .one_section h3 {
        font-weight: 600;
        margin: 0 0 5px;
        font-size: 14px;
        text-transform: uppercase; }
      .cookie_container .sections_texts .one_section h1:first-child, .cookie_container .sections_texts .one_section h1:first-of-type, .cookie_container .sections_texts .one_section h2:first-child, .cookie_container .sections_texts .one_section h2:first-of-type, .cookie_container .sections_texts .one_section h3:first-child, .cookie_container .sections_texts .one_section h3:first-of-type, .cookie_container .sections_texts .one_section h4:first-child, .cookie_container .sections_texts .one_section h4:first-of-type, .cookie_container .sections_texts .one_section h5:first-child, .cookie_container .sections_texts .one_section h5:first-of-type, .cookie_container .sections_texts .one_section h6:first-child, .cookie_container .sections_texts .one_section h6:first-of-type, .cookie_container .sections_texts .one_section p:first-child, .cookie_container .sections_texts .one_section p:first-of-type {
        margin-top: 0; }
      .cookie_container .sections_texts .one_section p {
        color: #333; }
      .cookie_container .sections_texts .one_section p:only-child {
        margin: 0; }
      .cookie_container .sections_texts .one_section table thead td {
        background: #4e6b93;
        color: #fff; }
      .cookie_container .sections_texts .one_section table tr.lenteles_antraste td, .cookie_container .sections_texts .one_section table td.lenteles_antraste, .cookie_container .sections_texts .one_section table thead td, .cookie_container .sections_texts .one_section table table th {
        font-size: 12px; }

.cookie_inner_section {
  margin: 0 0 40px 0; }
  .cookie_inner_section h3 {
    margin: 0 0 10px 0; }

.cookie_text_inner {
  margin: 0 0 30px 0; }
  .cookie_text_inner h1:first-child, .cookie_text_inner h1:first-of-type, .cookie_text_inner h2:first-child, .cookie_text_inner h2:first-of-type, .cookie_text_inner h3:first-child, .cookie_text_inner h3:first-of-type, .cookie_text_inner h4:first-child, .cookie_text_inner h4:first-of-type, .cookie_text_inner h5:first-child, .cookie_text_inner h5:first-of-type, .cookie_text_inner h6:first-child, .cookie_text_inner h6:first-of-type, .cookie_text_inner p:first-child, .cookie_text_inner p:first-of-type {
    margin-top: 0; }

.form_text_before {
  margin: 0 0 20px 0;
  overflow: hidden; }
  .form_text_before p:only-child {
    margin: 0; }

.type_answers .one_variant {
  display: block;
  margin: 0 0 0px 0; }

.form_el {
  margin: 0; }

.form_mod .title {
  font-weight: bold;
  margin: 0 0 7px 0 !important;
  float: none; }

.form_mod .title.required:before {
  content: "* ";
  color: #c30000; }

.form_mod .type_item {
  margin: 0 0 15px 0; }

.form_mod input[type=text], .form_mod input[type=email], .form_mod input[type=password], .form_mod input[type=url], .form_mod input[type=tel], .form_mod input[type=number], .form_mod input[type=search], .form_mod input[type=date], .form_mod input[type=month], .form_mod input[type=week], .form_mod input[type=datetime], .form_mod input[type=datetime-local], .form_mod textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 296px; }

.form_mod .select2 {
  box-sizing: border-box; }

.form_mod textarea {
  min-height: 100px;
  max-height: 200px;
  min-width: 270px; }

.form_mod input.datepicker_input {
  max-width: 120px; }

.NFI-wrapper {
  display: block !important; }

.photos_gl {
  display: none; }

a.mainimg {
  border: 0;
  position: relative;
  display: inline-block; }
  a.mainimg img {
    float: left;
    max-width: 100%;
    height: auto; }
  a.mainimg .icon-maximize {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #fff; }
  a.mainimg .gallery_photos {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #996A00;
    padding: 10px 17px;
    color: #fff;
    font-size: 13px; }
    a.mainimg .gallery_photos i {
      margin-right: 5px;
      font-size: 12px; }

.meta_info .news_inner_date {
  display: block;
  color: #636466;
  font-size: 13px;
  font-weight: 700;
  margin: 20px 0 5px 0; }
  .meta_info .news_inner_date i {
    margin-right: 6px; }

a.fancybox-close {
  text-decoration: none;
  right: 15px;
  top: 8px;
  border: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #996A00;
  text-align: center;
  background: none; }
  a.fancybox-close:after {
    display: inline-block;
    vertical-align: -8px;
    content: "\e90a"; }
  a.fancybox-close:hover, a.fancybox-close:focus {
    opacity: 0.7; }

a.fancybox-nav {
  border: 0; }
  @media only screen and (max-width: 991px) {
    a.fancybox-nav {
      display: none; } }
  a.fancybox-nav span {
    top: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    border: 0;
    top: 50%;
    margin-top: -15px;
    background: none;
    text-align: center;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    a.fancybox-nav span:after {
      display: inline-block;
      color: #996A00;
      font-size: 11px;
      vertical-align: -14px;
      content: "\e905"; }
  a.fancybox-nav.fancybox-prev span {
    margin-right: 0; }
    a.fancybox-nav.fancybox-prev span:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.fancybox-overlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.9); }

.fancybox-skin {
  background: #fff; }

.news_contact_template {
  margin: 38px 0 0 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 5px solid #506e95; }
  .news_contact_template .nc_left, .news_contact_template .nc_right {
    margin: 0;
    display: table-cell;
    vertical-align: middle; }
  .news_contact_template .nc_left {
    background-color: #506e95;
    width: 83px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .news_contact_template .nc_left {
        width: 53px; } }
    .news_contact_template .nc_left i {
      color: #fff;
      font-size: 41px; }
      @media only screen and (max-width: 768px) {
        .news_contact_template .nc_left i {
          font-size: 30px; } }
  .news_contact_template .nc_right {
    background-color: #f3f3f3;
    padding: 24px 20px 24px 32px; }
    @media only screen and (max-width: 768px) {
      .news_contact_template .nc_right {
        padding: 20px 12px 20px 16px; } }
    .news_contact_template .nc_right p:first-of-type {
      margin-top: 0; }
    .news_contact_template .nc_right p:last-of-type {
      margin-bottom: 0; }
    .news_contact_template .nc_right p:only-child {
      margin: 0; }

.small_news_cont a {
  text-decoration: none;
  border: 0 none; }

.small_news_cont span {
  display: block; }

.contact_list * {
  box-sizing: border-box; }

.contact_list .one_new_contact {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  border: 1px solid #e7e7e7; }
  @media only screen and (min-width: 660px) {
    .contact_list .one_new_contact {
      display: table;
      table-layout: fixed; } }
  @media only screen and (min-width: 660px) {
    .contact_list .one_new_contact .contact_image {
      display: table-cell;
      vertical-align: top;
      width: 279px;
      height: 190px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; } }
  .contact_list .one_new_contact .contact_image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%; }
    @media only screen and (min-width: 660px) {
      .contact_list .one_new_contact .contact_image img {
        display: none !important; } }
  .contact_list .one_new_contact .contact_info {
    padding: 19px 20px 18px 34px; }
    @media only screen and (min-width: 660px) {
      .contact_list .one_new_contact .contact_info {
        display: table-cell;
        vertical-align: top; } }
    .contact_list .one_new_contact .contact_info.no-image {
      padding: 19px 20px 18px 54px; }
      @media only screen and (max-width: 659px) {
        .contact_list .one_new_contact .contact_info.no-image {
          padding: 19px 20px 18px 34px; } }
  .contact_list .one_new_contact a.contact_doc {
    /*position: absolute;
			top: 21px;
			left: 22px;*/
    width: 19px;
    height: 19px;
    background-image: url("../img/preview_contact.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    border: 0;
    margin-left: 10px;
    filter: invert(48%) sepia(97%) saturate(3473%) hue-rotate(28deg) brightness(88%) contrast(101%); }
    .contact_list .one_new_contact a.contact_doc:hover {
      opacity: 0.7; }
  .contact_list .one_new_contact div {
    margin: 0; }
  .contact_list .one_new_contact .contact_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0; }
  .contact_list .one_new_contact .contact_skyrius {
    margin: 0 0 6px 0;
    padding: 0; }
    .contact_list .one_new_contact .contact_skyrius li {
      display: inline;
      margin: 0;
      padding: 0;
      background: 0 none; }
      .contact_list .one_new_contact .contact_skyrius li:after {
        content: '-';
        display: inline;
        padding: 0 4px 0 8px; }
      .contact_list .one_new_contact .contact_skyrius li:last-of-type:after {
        display: none; }
  .contact_list .one_new_contact .name p {
    margin: 0 0 7px 0;
    line-height: 1.2; }
    .contact_list .one_new_contact .name p.fancydiv_ajax {
      display: inline-block;
      color: #996A00;
      /*border-bottom: 1px dotted #fff;*/ }
      .contact_list .one_new_contact .name p.fancydiv_ajax:hover {
        /*border-bottom: 1px dotted $link_color;*/
        opacity: 0.7; }
  .contact_list .one_new_contact .phone p {
    margin: 0; }
  .contact_list .one_new_contact .email {
    padding-bottom: 5px; }
    .contact_list .one_new_contact .email p {
      margin: 0; }
      .contact_list .one_new_contact .email p a {
        font-weight: 400; }

@media only screen and (min-width: 660px) {
  .contact_list .assoc_contacts_list {
    padding: 0 0 0 40px; } }

.contacts_preview_popup {
  padding: 30px 18px; }
  @media only screen and (min-width: 1200px) {
    .contacts_preview_popup {
      padding: 30px 70px 94px 90px; } }
  .contacts_preview_popup h2 {
    font-size: 16px;
    margin: 0 0 14px 0;
    color: #636466; }
  .contacts_preview_popup div {
    margin: 0; }
  .contacts_preview_popup p:first-of-type {
    margin-top: 0; }
  .contacts_preview_popup p:last-of-type {
    margin-bottom: 0; }
  .contacts_preview_popup p:only-child {
    margin: 0; }

.breadcrumbs {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .breadcrumbs {
      display: block;
      margin: -20px 0 20px 0; } }
  .breadcrumbs .container-fluid {
    margin: 0;
    padding: 0; }
  .breadcrumbs span, .breadcrumbs a {
    font-weight: 300;
    border: none; }
  .breadcrumbs a:hover, .breadcrumbs a:focus {
    text-decoration: underline; }
  .breadcrumbs .breadcrumb_separator {
    display: inline-block;
    margin: 0 8px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .breadcrumbs .breadcrumb_separator:after {
      content: "\e908";
      vertical-align: 3px;
      display: inline-block;
      font-size: 9px;
      color: rgba(99, 100, 102, 0.5); }
    .breadcrumbs .breadcrumb_separator:first-child {
      display: none; }

/* titlepagebasic start */
.slides_parent {
  margin: 0;
  height: 120px; }
  @media only screen and (min-width: 340px) {
    .slides_parent {
      height: 136px; } }
  @media only screen and (min-width: 380px) {
    .slides_parent {
      height: 154px; } }
  @media only screen and (min-width: 430px) {
    .slides_parent {
      height: 176px; } }
  @media only screen and (min-width: 490px) {
    .slides_parent {
      height: 200px; } }
  @media only screen and (min-width: 560px) {
    .slides_parent {
      height: 230px; } }
  @media only screen and (min-width: 630px) {
    .slides_parent {
      height: 260px; } }
  @media only screen and (min-width: 680px) {
    .slides_parent {
      height: 280px; } }
  @media only screen and (min-width: 768px) {
    .slides_parent {
      height: 310px; } }
  @media only screen and (min-width: 870px) {
    .slides_parent {
      height: 350px; } }
  @media only screen and (min-width: 1024px) {
    .slides_parent {
      height: 389px; } }
  .slides_parent div {
    margin: 0; }
  .slides_parent * {
    box-sizing: border-box; }

.title_slides {
  position: relative;
  height: 100%;
  /*		.one_slide{
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}*/ }
  .title_slides div {
    height: 100%; }
  .title_slides a {
    display: block;
    height: 100%; }
  .title_slides .slide_gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#94000000',GradientType=0 ); }
  .title_slides .slides_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .title_slides .slide_title_parent {
    position: absolute;
    bottom: 80px;
    right: 30px;
    width: auto;
    /*padding: 0px 15px 0px 12px;*/
    background-color: #4e6b91;
    padding: 15px;
    max-width: 433px;
    text-align: right;
    /*			&:before{
				content: "";
				position: absolute;
				left: 0;
				bottom: -9px;
				background-color: #4e6b91;
				width: 100%;
				height: 120%;  OLD 
				z-index: 0;
			}*/ }
    @media only screen and (max-width: 768px) {
      .title_slides .slide_title_parent {
        bottom: 55px; } }
    .title_slides .slide_title_parent span.ttl {
      position: relative;
      z-index: 1;
      display: block;
      text-transform: none;
      color: #fff;
      font-size: 34px;
      line-height: 1;
      font-weight: 700;
      padding-bottom: 10px; }
      @media only screen and (max-width: 1024px) {
        .title_slides .slide_title_parent span.ttl {
          font-size: 24px;
          line-height: 1.1; } }
      @media only screen and (max-width: 768px) {
        .title_slides .slide_title_parent span.ttl {
          font-size: 20px;
          line-height: 1.1; } }
    .title_slides .slide_title_parent span.dsc {
      position: relative;
      z-index: 1;
      display: block;
      color: #fff;
      font-size: 13px;
      line-height: 16px; }
  .title_slides div.owl-controls {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: auto;
    margin: 0;
    width: 100%; }
    .title_slides div.owl-controls .owl-buttons {
      max-width: 1000px;
      margin: 0 auto;
      text-align: right;
      padding-right: 30px;
      padding-bottom: 7px; }
      .title_slides div.owl-controls .owl-buttons div {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background-color: #fff;
        border: 0;
        height: 49px;
        position: static;
        top: 0px;
        width: 49px;
        line-height: 45px;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        text-align: center;
        margin-left: 5px;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        border: transparent; }
        @media only screen and (max-width: 768px) {
          .title_slides div.owl-controls .owl-buttons div {
            height: 30px;
            width: 30px;
            line-height: 25px; } }
        .title_slides div.owl-controls .owl-buttons div:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e905";
          font-size: 10px;
          display: inline-block;
          color: #4e6b93; }
          @media only screen and (max-width: 768px) {
            .title_slides div.owl-controls .owl-buttons div:after {
              font-size: 9px; } }
        .title_slides div.owl-controls .owl-buttons div.owl-prev:after {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        .title_slides div.owl-controls .owl-buttons div:hover {
          border: transparent;
          background-color: #4e6b93; }
          .title_slides div.owl-controls .owl-buttons div:hover:after {
            color: #4e6b93; }

/* titlepagebasic END */
.homepage_wrapper {
  padding-top: 12px; }
  .homepage_wrapper h1.main_title {
    margin-bottom: 14px; }

.small_messages_cont {
  box-sizing: border-box; }
  .small_messages_cont * {
    box-sizing: border-box; }
  @media only screen and (max-width: 1023px) {
    .small_messages_cont {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .small_messages_cont {
      width: 103.1%; } }
  .small_messages_cont a {
    padding: 23px 18px 19px 17px;
    background-color: #f4f4f4;
    border: 0;
    border-left: 5px solid #506e95;
    display: block;
    margin: 0 0 15px 0; }
    .small_messages_cont a span {
      display: block; }
      .small_messages_cont a span.ttl {
        font-size: 16px;
        line-height: 1.1;
        color: #506e95;
        font-weight: 700;
        margin: 0 0 5px; }
      .small_messages_cont a span.sm_date {
        display: block;
        color: #636466;
        opacity: 0.7;
        font-weight: bold;
        font-size: 11px;
        padding-bottom: 0px; }
        .small_messages_cont a span.sm_date .icon-calendar {
          width: auto;
          background: none;
          display: inline-block;
          margin-right: 7px; }
    @media only screen and (min-width: 768px) {
      .small_messages_cont a {
        width: 48%;
        float: left;
        margin: 0 2% 2% 0; } }
    @media only screen and (min-width: 1024px) {
      .small_messages_cont a {
        width: 31.33%;
        margin: 0 2% 2% 0; } }
    .small_messages_cont a:hover, .small_messages_cont a:focus, .small_messages_cont a:active {
      opacity: 1;
      background-image: url("../img/newsletter_bg.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .small_messages_cont a:hover span, .small_messages_cont a:focus span, .small_messages_cont a:active span {
        color: #fff; }

a.mygtukas {
  color: #506e95;
  border: 0; }
  a.mygtukas i {
    font-size: 10px;
    margin-left: 6px; }
  a.mygtukas:hover {
    opacity: 0.7; }

.inFrontpage h2 {
  margin-bottom: 18px; }

.publication.block_module img {
  max-width: 100%;
  height: auto; }

.faq_topics .category {
  margin: 7px 0 6px 0;
  display: block; }
  .faq_topics .category p:first-of-type {
    margin-top: 0; }
  .faq_topics .category p:last-of-type {
    margin-bottom: 0; }
  .faq_topics .category p:only-child {
    margin: 0; }
  .faq_topics .category .category-title-wrap:hover {
    background: transparent url("../img/children_bg.png") center right no-repeat; }
  .faq_topics .category .category-title {
    color: #506e95;
    font-weight: bold;
    padding: 9px 31px;
    padding: 9px 22px 9px 30px;
    background: transparent url("../img/icon_duk_cat.png") 0px 9px no-repeat;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px #d7d7d7 solid; }

.faq_topics .topics {
  display: none;
  padding: 0px 22px 17px 30px;
  border-top: none; }
  .faq_topics .topics.show {
    display: block !important;
    padding-left: 0px; }
  .faq_topics .topics .topic-title {
    font-weight: bold;
    color: #d0a448;
    cursor: pointer;
    padding: 5px 0;
    margin: 0px;
    line-height: 1.4; }
    .faq_topics .topics .topic-title:hover {
      color: #ebcc8a; }
    .faq_topics .topics .topic-title[data-topic-role=open] {
      color: ebcc8a;
      text-decoration: underline; }
  .faq_topics .topics .topic-topdescription {
    margin: 10px 0 0px 0; }
  .faq_topics .topics .topic-description {
    display: none;
    padding: 5px 0;
    position: relative; }
    .faq_topics .topics .topic-description.visible {
      margin-bottom: 20px; }

#faq_form .form-label {
  font-weight: 700;
  margin: 0 0 7px 0; }

#faq_form .form-value {
  margin: 0 0 10px 0; }

.contacts_search {
  float: none !important; }

.contacts_search_from .disp_table {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 700px) {
    .contacts_search_from .disp_table {
      display: table;
      table-layout: fixed; } }
.contacts_search_from .disp_cell {
  display: block; }
  @media only screen and (min-width: 700px) {
    .contacts_search_from .disp_cell {
      display: table-cell;
      vertical-align: top; } }
  .contacts_search_from .disp_cell .blck {
    display: block; }
    @media only screen and (max-width: 699px) {
      .contacts_search_from .disp_cell .blck.hide_in_mob {
        display: none; } }
.contacts_search_from .select_side {
  width: 100%;
  max-width: 320px; }
  @media only screen and (min-width: 700px) {
    .contacts_search_from .select_side {
      width: 150px; } }
  @media only screen and (max-width: 699px) {
    .contacts_search_from .select_side {
      margin-bottom: 10px; } }
  .contacts_search_from .select_side select {
    min-width: 150px;
    max-width: 150px; }
  .contacts_search_from .select_side .select2-container {
    display: block;
    width: 100%;
    min-width: 100px;
    max-width: 320px; }
    @media only screen and (min-width: 700px) {
      .contacts_search_from .select_side .select2-container {
        max-width: 150px; } }
.contacts_search_from .input_side {
  position: relative;
  width: 100%;
  max-width: 320px; }
  @media only screen and (min-width: 700px) {
    .contacts_search_from .input_side {
      width: 270px;
      padding-left: 20px; } }
  .contacts_search_from .input_side input[type=text] {
    display: block;
    float: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 42px;
    padding-right: 52px;
    border: 1px solid #2b2b2b; }
  .contacts_search_from .input_side button[type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 42px;
    height: 42px;
    border: 0 none !important; }
    .contacts_search_from .input_side button[type=submit]:hover {
      background: url("../img/teismai_sprite.png") transparent no-repeat;
      background-position: -220px -8px; }
    .contacts_search_from .input_side button[type=submit]:focus-within {
      outline: 2px solid #000; }

@media only screen and (min-width: 700px) {
  .contacts_search_from .btns_side {
    padding-left: 20px; } }

.contacts_search_from .btns_side .clr_srch {
  line-height: 42px; }
  .contacts_search_from .btns_side .clr_srch .icon-close {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 7px; }

.comments_title {
  position: relative;
  padding: 0 0 22px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px; }
  @media only screen and (min-width: 1024px) {
    .comments_title {
      font-size: 22px;
      line-height: 24px; } }
  .comments_title span.count {
    position: absolute;
    width: 100%;
    right: 0;
    top: 8px;
    font-size: 15px;
    color: #8e8e8e;
    text-align: center;
    margin: 0px;
    line-height: 12px;
    height: 23px;
    width: 35px;
    text-align: center; }

.one_comment {
  padding: 20px 20px 20px 20px;
  margin: 0 0 10px 0;
  border: 1px solid #d7d7d7; }
  @media only screen and (max-width: 767px) {
    .one_comment {
      padding: 15px 20px 15px 15px; } }
  .one_comment .comment_meta {
    margin: 0 0 5px; }
    .one_comment .comment_meta .comment_name {
      display: inline-block;
      margin: 0 10px 5px 0;
      color: #555;
      font-size: 13px;
      font-weight: 900;
      line-height: 20px;
      text-transform: uppercase; }
    .one_comment .comment_meta .comment_date {
      display: inline-block;
      padding: 0 5px;
      color: #aaa;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      line-height: 20px;
      text-transform: uppercase; }
      @media only screen and (max-width: 579px) {
        .one_comment .comment_meta .comment_date {
          clear: both; } }
.post_comment {
  margin: 0 0 15px 0; }

.comment-form {
  margin-bottom: 50px; }
  .comment-form .comment_field {
    margin: 0 0 15px 0; }
    .comment-form .comment_field label:not(.error) {
      display: block;
      margin: 0 0 3px;
      font-size: 13px;
      font-weight: 800;
      line-height: 17px; }
    .comment-form .comment_field textarea {
      display: block;
      height: 150px;
      width: 100%;
      resize: vertical;
      max-height: 250px; }
    .comment-form .comment_field .type_input {
      width: 100%;
      max-width: 285px; }
    .comment-form .comment_field .type_textarea {
      width: 100%;
      max-width: 600px; }
    .comment-form .comment_field.error .type_input,
    .comment-form .comment_field.error .type_textarea, .comment-form .comment_field.valid .type_input,
    .comment-form .comment_field.valid .type_textarea {
      position: relative; }
      .comment-form .comment_field.error .type_input:after,
      .comment-form .comment_field.error .type_textarea:after, .comment-form .comment_field.valid .type_input:after,
      .comment-form .comment_field.valid .type_textarea:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        position: absolute; }
    .comment-form .comment_field.error input, .comment-form .comment_field.error textarea {
      border-color: #c30000; }
    .comment-form .comment_field.error .type_input:after,
    .comment-form .comment_field.error .type_textarea:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e900';
      top: 16px;
      right: 15px;
      color: #c30000;
      font-size: 11px; }
    .comment-form .comment_field.valid input, .comment-form .comment_field.valid textarea {
      border-color: #374b6f; }
    .comment-form .comment_field.valid .type_input:after,
    .comment-form .comment_field.valid .type_textarea:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e903';
      top: 16px;
      right: 16px;
      color: #374b6f;
      font-size: 10px; }
  .comment-form .comment_submit {
    margin: 0 0 0 0;
    background: #506E95;
    color: #fff;
    text-decoration: none;
    border: 0;
    padding: 0 15px; }
    .comment-form .comment_submit[disabled] {
      background: #8196B2;
      cursor: not-allowed; }
      .comment-form .comment_submit[disabled]:hover {
        opacity: 1; }

.comment_fld_t {
  margin: 0 0 7px 0; }

.comments_prnt {
  margin-top: 40px; }

a.show_all_comments {
  cursor: pointer;
  margin: 20px 0 0 0;
  display: inline-block; }

.comment-info, .forbidden_comments {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 50px 0 50px 0;
  background-color: #eee; }
  .comment-info > div, .forbidden_comments > div {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px 20px 15px;
    color: #636363;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px; }
    @media only screen and (max-width: 767px) {
      .comment-info > div, .forbidden_comments > div {
        padding: 18px 15px; } }
.forbidden_comments {
  margin: 0 0 25px 0; }

.content_date.content_date_with_comments {
  float: left;
  margin-right: 15px; }

.total_comments {
  font-size: 13px;
  color: #aaa;
  margin-top: 5px; }
  .total_comments i {
    margin-right: 5px;
    vertical-align: -1px; }
  .total_comments.news_inner_total {
    margin-top: 10px;
    cursor: pointer;
    float: left; }
    .total_comments.news_inner_total:hover {
      color: #374b6f; }

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

.tar {
  text-align: right; }

.tal {
  text-align: left; }

a.active {
  color: #363636; }

@media only screen and (max-width: 1023px) {
  img {
    max-width: 100%;
    height: auto; } }

h1.main_title, h2.main_title {
  /*margin: 0 0 30px 0;*/
  color: #506e95;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 10px 0px 23px 0px;
  /*position: relative;*/
  /*padding-right: 120px;*/ }

@media only screen and (min-width: 1024px) {
  h1.main_title {
    padding-right: 160px; } }

h3.object_title {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 17px 0; }

.content_module {
  padding: 0px 0 0 0;
  margin: 0; }
  .content_module.teisesaktai_list input[type=submit] {
    color: #000; }

.no_bg {
  background: none !important;
  border: none !important; }

.no_margin_bottom {
  margin-bottom: 0 !important; }

.notoppadd {
  padding-top: 0px !important; }

.vis_hidden {
  visibility: hidden; }

.vis_hidden_1px {
  visibility: hidden;
  height: 1px; }

.strong {
  font-weight: bold; }

/* Basic helpers end */
/* Span (sprite) icons*/
.sp-icon {
  width: 16px;
  height: 16px;
  overflow: hidden; }
  .sp-icon:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e911";
    font-size: 15px;
    vertical-align: 0;
    color: #636466; }
  .sp-icon:hover:after {
    color: #996A00; }

.sp-structure {
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(../img/structure.svg);
  background-size: 95%; }
  .sp-structure:hover {
    background-image: url(../img/structure-hover.svg);
    background-size: 95%; }

.icon-calendar {
  width: 120px;
  background: url("../img/icon-calendar.png") center right no-repeat;
  cursor: pointer; }

.icon-calendar:hover,
.icon-calendar:focus {
  background: url("../img/icon-calendar_hover.png") center right no-repeat; }

.sp-photo {
  background-position: -575px -265px; }

.sp-photo:hover {
  background-position: -689px -265px; }

.sp-video {
  background-position: -601px -265px; }

.sp-video:hover {
  background-position: -715px -265px; }

.sp-photo-dark {
  background-position: -689px -315px; }

.sp-video-dark {
  background-position: -715px -316px; }

a.inactive .sp-photo-dark, a.inactive:hover .sp-photo-dark {
  background-position: -689px -265px; }

a.inactive .sp-video-dark, a.inactive:hover .sp-video-dark {
  background-position: -715px -265px; }

.sp-page {
  background-position: -627px -265px; }

.sp-page:hover {
  background-position: -741px -265px; }

.sp-link {
  background-position: -467px -58px; }

.sp-link:hover {
  background-position: -467px -22px; }

/*.sp-structure{
	width:15px;
	background-position: -166px -56px;
}

.sp-structure:hover{
	background-position: -166px -20px;
}*/
.sp-mobile {
  width: 12px;
  background-position: -201px -56px; }

.sp-mobile:hover {
  width: 12px;
  background-position: -201px -20px; }

.sp-accesibility {
  /*background: url("../img/icon_acc.png") no-repeat;*/
  background-position: -130px -56px; }

.sp-accesibility:hover {
  background-position: -130px -20px; }

.sp-search {
  width: 18px;
  height: 18px;
  background-position: -446px -264px; }

.sp-search:hover {
  background-position: -537px -264px; }

.sp-arrowleft {
  background-position: -180px -42px;
  width: 9px;
  height: 40px; }

.sp-arrowbottom {
  background-position: -269px -25px;
  width: 8px;
  height: 6px; }

.sp-arrowtop {
  background-position: -354px -351px;
  width: 8px;
  height: 6px; }

.sp-arrowright {
  background-position: -241px -42px;
  width: 9px;
  height: 40px; }

.sp-arrowleft_blue {
  background-position: -18px -166px;
  width: 18px;
  height: 21px; }

.sp-arrowright_blue {
  background-position: -476px -166px;
  width: 18px;
  height: 21px; }

.sp-close {
  background-position: -62px -56px; }

.sp-close:hover {
  background-position: -62px -20px; }

.sp-close-small {
  background-position: -504px -56px; }

.sp-close-small:hover {
  background-position: -504px -20px; }

.sp-forward {
  background-position: -467px -56px; }

.sp-forward:hover {
  background-position: -467px -20px; }

.sp-mail {
  background-position: -323px -56px; }

.sp-mail:hover {
  background-position: -323px -20px; }

.sp-print {
  background-position: -395px -56px; }

.sp-print:hover {
  background-position: -395px -20px; }

.sp-warning {
  background-position: -532px -56px; }

.sp-warning:hover {
  background-position: -532px -20px; }

.sp-attach {
  background-position: -759px -54px;
  height: 18px; }

.sp-attach:hover {
  background-position: -759px -19px; }

.sp-longarrleft {
  background-position: -565px -49px;
  width: 30px;
  height: 30px; }

.sp-longarrright {
  background-position: -17px -49px;
  width: 30px;
  height: 30px; }

.sp-longarrleft:hover {
  background-position: -565px -13px; }

.sp-longarrright:hover {
  background-position: -17px -13px; }

/*for banners*/
.bn-icon {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  height: 54px;
  padding: 0 15px 0 6px;
  box-sizing: border-box;
  /*background-repeat:no-repeat;
	background-image: url("../img/teismai_sprite.png");
	text-indent: -9999px;*/
  overflow: hidden; }

.sp-ban1,
.sp-ban2,
.sp-ban3,
.sp-ban4,
.sp-ban5,
.sp-ban6,
.sp-ban7,
.sp-ban8,
.sp-ban9,
.sp-ban10 {
  vertical-align: middle;
  /*	width: 54px;
		height: 54px;
		vertical-align: super;
		margin:0 15px 0 0;
		cursor: pointer;
		float: left;*/ }

.redirect_link {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.redirect_link:hover img,
.redirect_link:hover .ban-txt {
  /*opacity: 0.7;*/
  /*filter: alpha(opacity=70);*/ }

.ban-txt {
  display: table-cell;
  vertical-align: middle; }

.sp-ban1 {
  background-position: -20px -166px; }

.redirect:hover .sp-ban1,
.sp-ban1:hover {
  background-position: -20px -92px; }

.sp-ban2 {
  background-position: -94px -166px; }

.redirect:hover .sp-ban2,
.sp-ban2:hover {
  background-position: -94px -92px; }

.sp-ban3 {
  background-position: -168px -163px; }

.redirect:hover .sp-ban3,
.sp-ban3:hover {
  background-position: -168px -89px; }

.sp-ban4 {
  background-position: -243px -162px; }

.redirect:hover .sp-ban4,
.sp-ban4:hover {
  background-position: -243px -88px; }

.sp-ban5 {
  background-position: -317px -166px; }

.redirect:hover .sp-ban5,
.sp-ban5:hover {
  background-position: -317px -92px; }

.sp-ban6 {
  background-position: -391px -166px; }

.redirect:hover .sp-ban6,
.sp-ban6:hover {
  background-position: -391px -92px; }

.sp-ban7 {
  background-position: -465px -166px; }

.redirect:hover .sp-ban7,
.sp-ban7:hover {
  background-position: -465px -92px; }

.sp-ban8 {
  background: transparent url("../img/ban8.png") 0 6px no-repeat; }

.sp-ban9 {
  background: transparent url("../img/ban9.png") 0 6px no-repeat; }

.sp-ban10 {
  background: transparent url("../img/ban_gallery.png") 0 6px no-repeat; }

/* Span (sprite) icons end*/
/* Big sprite icons


.bigsp-icon{
	height:16px;
	width:16px;
	display:inline-block;
	background-repeat:no-repeat;
	background-image: url("../img/sprite.png");
	-webkit-transition:background-position .2s ease-in, background-color .2s ease-in;  
    -moz-transition:background-position .2s ease-in, background-color .2s ease-in;  
    -o-transition:background-position .2s ease-in, background-color .2s ease-in;  
    transition:background-position .2s ease-in, background-color .2s ease-in;  
}

.bigsp-search{
	background-position: -568px -46px;
}

a:hover .bigsp-search{
	background-position: -568px 3px;
}

.bigsp-more{
	background-position: -225px -42px;
}

a:hover .bigsp-more{
	background-position: -225px 5px;

}

.bigsp-back{
	background-position: -167px -42px;
}

a:hover .bigsp-back{
	background-position: -167px 5px;

}
 Big sprite icons end */
/* Links and buttons */
a.blocklink {
  display: inline-block;
  padding: 0 12px;
  /*height:40px;
	line-height:40px;*/
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  -webkit-transition: background-position .2s ease-in, background-color .2s ease-in;
  -moz-transition: background-position .2s ease-in, background-color .2s ease-in;
  -o-transition: background-position .2s ease-in, background-color .2s ease-in;
  transition: background-position .2s ease-in, background-color .2s ease-in; }

a.blocklink:hover,
a.blocklink:focus {
  border-bottom: 0px; }

a.indent {
  text-indent: -9999px; }

.lightblue {
  background-color: #0099ff; }

.darkblue {
  background-color: #1965af; }

.red {
  background-color: #c30000; }

a:hover .lightblue, .lightblue:hover {
  background-color: #007acc; }

a:hover .darkblue, .darkblue:hover {
  background-color: #004385; }

a:hover .red, .red:hover {
  background-color: #9c0000; }

a.arrowleft {
  height: 50px;
  background-position: -161px -38px;
  background-image: url("../img/sprite.png");
  padding: 0;
  width: 50px;
  text-indent: -9999px; }

a.arrowright {
  height: 50px;
  background-position: -220px -38px;
  background-image: url("../img/sprite.png");
  padding: 0;
  width: 50px;
  text-indent: -9999px; }

a.inlinelink {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-decoration: underline; }

a.inlinelink:hover {
  border-bottom: 0px #000 solid; }

a.inlinelink span {
  float: left;
  text-decoration: underline; }

a.inlinelink:hover span {
  float: left;
  text-decoration: none; }

a.inlinelink span.bigsp-icon {
  margin-left: 7px; }

a.icon-left span.bigsp-icon {
  margin-left: 0px;
  margin-right: 7px; }

/* Links and buttons end*/
/* header*/
.header_wrap {
  width: 100%; }

.header_top_block {
  margin: 0;
  background-color: #415979; }
  .header_top_block .search_langs_themes {
    float: right;
    margin: 0;
    padding: 10px 0; }
  .header_top_block .header_icons {
    width: 100%;
    margin: 0; }
    .header_top_block .header_icons a {
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none; }
    .header_top_block .header_icons .search_cont input[type=submit]:hover {
      background: url(../img/search-light.svg) center no-repeat;
      background-size: 50%; }
  .header_top_block .themes {
    float: right;
    margin: 12px 0 0 15px; }
    .header_top_block .themes a {
      display: inline-block;
      float: left;
      margin: 0 15px 0 15px; }
      .header_top_block .themes a:hover {
        color: #FEECC7; }
    .header_top_block .themes span.head_sep {
      display: inline-block;
      float: left;
      height: 12px;
      width: 1px;
      margin-top: 2px;
      background: url("../img/help_menu_sep.png") top left no-repeat; }
  .header_top_block .help_menu {
    float: left;
    margin: 0;
    padding: 10px 0;
    text-align: left; }
    .header_top_block .help_menu nav {
      margin: 0;
      height: 40px; }
    .header_top_block .help_menu ul {
      margin: 0;
      padding: 8px 0 0 0; }
    .header_top_block .help_menu a {
      display: inline-block;
      padding: 0 14px 0 15px;
      line-height: 18px;
      border-right: 1px solid rgba(195, 195, 195, 0.5); }
      .header_top_block .help_menu a:hover {
        color: #FEECC7; }
      .header_top_block .help_menu a:focus {
        border-bottom: 0px #000 solid; }
    .header_top_block .help_menu li:first-child a {
      padding-left: 0; }
    .header_top_block .help_menu li:last-child a {
      padding: 0 0 0 15px;
      border: 0 none; }

.header_bottom_block {
  margin: 0;
  background-color: #eaf1f6; }
  .header_bottom_block .header_html5 {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 100px; }
  .header_bottom_block .site-logo {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 293px;
    margin: 0;
    padding: 20px 0; }
    .header_bottom_block .site-logo a {
      display: block;
      position: relative;
      padding-left: 74px; }
      .header_bottom_block .site-logo a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 61px;
        width: 1px;
        height: 66px;
        background: rgba(51, 77, 111, 0.1); }
    .header_bottom_block .site-logo img {
      display: block;
      max-width: 159px; }
      .header_bottom_block .site-logo img.herbas {
        max-width: 47px;
        height: auto;
        position: absolute;
        left: 0;
        top: 0px; }
    .header_bottom_block .site-logo .logo-text {
      position: relative;
      display: block;
      margin: 8px 0 0 60px;
      padding: 7px 0 0 0px;
      color: #4C6A92;
      font-family: "Hypatia-Sans-Pro", Arial, sans-serif;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.5px; }
      .header_bottom_block .site-logo .logo-text:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        height: 2px;
        background-color: #4C6A92; }
  .header_bottom_block .header-menu {
    display: table-cell;
    vertical-align: middle; }

.header_html5 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.header-menu {
  padding: 21px 0; }

.header_html5 a:hover {
  border-bottom: 0px #000 solid; }

.header_html5 a.logo_link {
  display: block;
  text-decoration: none;
  border: 0; }
  .header_html5 a.logo_link:focus {
    outline: 5px auto -webkit-focus-ring-color; }

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

.header-info {
  float: left;
  width: 100%;
  padding-top: 20px; }

.header-info > div {
  margin: 0px; }

header a.logo_link img, header a h1 {
  float: left; }

h1#site_title {
  text-transform: uppercase;
  color: #636466;
  font-size: 22px;
  display: inline-block;
  margin-top: 25px;
  margin-left: 25px; }

div.header_icons .langs {
  margin: 0px;
  display: inline-block;
  float: right;
  margin: 9px 0 0 11px; }
  div.header_icons .langs strong {
    color: #FEECC7; }
  div.header_icons .langs a:first-of-type {
    margin-right: 5px; }

div.header_icons .langs a {
  padding: 0 3px;
  text-transform: uppercase; }

div.header_icons .langs a:hover {
  text-decoration: none;
  color: #FEECC7; }

/* header end*/
/* Print button */
a.print_button {
  position: absolute;
  top: 21px;
  right: 0px;
  outline: none;
  /*background: url("../img/sep-12.png") 0 2px no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 0 15px;*/ }

a.print_button:hover {
  /*border-bottom: 1px $link_color dotted;*/ }

a.print_button:focus {
  /*border-bottom: 0px $link_color dotted;*/ }

/* Print button END*/
/* NAV */
nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

nav > ul > li {
  background: none;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: padding 200ms ease 0s;
  -moz-transition: padding 200ms ease 0s;
  transition: padding 200ms ease 0s; }
  nav > ul > li a:focus {
    color: #95793d !important; }

.menu_wrap {
  position: relative; }

.header-menu nav {
  position: relative;
  display: table;
  table-layout: fixed;
  /*float: right;*/
  height: 22px;
  margin: 0px auto; }

.header-menu nav > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-right: 1px solid rgba(51, 77, 111, 0.1); }
  .header-menu nav > div:last-child {
    border: 0 none; }
  .header-menu nav > div.lastitem {
    border: 0 none; }
    .header-menu nav > div.lastitem > a {
      padding: 0 0 0 10px; }
  .header-menu nav > div:hover > a > span {
    border-bottom: 2px solid #415979; }

.header-menu nav > div > a {
  display: block;
  padding: 0 9px;
  color: #415979;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  outline: medium none;
  border: 0 none; }
  .header-menu nav > div > a:focus {
    /*color: #d0a448 !important;*/ }
  .header-menu nav > div > a > span {
    display: block;
    border-top: 3px solid #eaf1f6;
    border-bottom: 3px solid #eaf1f6; }
    .header-menu nav > div > a > span:hover {
      color: #636466; }
  .header-menu nav > div > a.active > span {
    border-bottom: 2px solid #415979; }

.header-menu nav > div:first-child a {
  padding-left: 0; }

.hidden {
  display: none; }

/*submenu*/
nav > div > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -150px;
  width: 300px;
  padding: 20px 0 0 0;
  text-align: left;
  z-index: 2; }
  @media only screen and (max-width: 1299px) {
    nav > div > div {
      width: 240px;
      margin: 0 0 0 -120px; } }
nav > div > div > ul {
  position: relative;
  margin: 0;
  padding: 18px 30px;
  background-color: #415979; }
  nav > div > div > ul:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    margin: 0 0 0 -10px;
    border-top: 0 none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #415979; }

@media only screen and (max-width: 1199px) {
  nav > div.lastitem > div > ul:before {
    left: auto;
    right: 20px; } }

@media only screen and (max-width: 1199px) {
  nav > div.lastitem > div {
    left: auto;
    right: 0; } }

nav > div > div > ul > li {
  background: none;
  padding: 0;
  margin: 8px 0; }

/* Skirta pushinti contentui zemyn, kai atsidaro submenu*/
/* 2nd level submenu  start */
ul.submenu > li > a {
  color: #fff;
  font-weight: 400; }

ul.submenu > li > a:hover {
  color: rgba(255, 255, 255, 0.5); }

nav > div.lastitem > div > ul.submenu > li > a {
  color: #fff;
  font-weight: bold; }

nav > div.lastitem > div > ul.submenu > li > a:hover {
  color: rgba(255, 255, 255, 0.5); }

/* 2nd level submenu end */
/* Nav end*/
/* Content */
body {
  background-color: #fff;
  margin: 0px; }

.slides_parent {
  position: relative; }

.scroll-down {
  position: absolute;
  z-index: 100;
  margin-top: -25px !important;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  left: 50%;
  transform: translate(-50%, 0); }
  .scroll-down .scroll-down-icon {
    background-image: url(../img/icon_mouse.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer; }

.bg {
  margin: 0; }

.wrapper {
  margin: 0 auto;
  width: 1000px;
  position: relative; }

.bgwhite {
  background-color: #fff;
  padding: 20px 0px 0px 0px; }

.right {
  margin: 0;
  width: 280px;
  float: right;
  padding: 13px 0 0 0; }

.content_left {
  margin: 0;
  width: 700px;
  float: left;
  margin: 0 20px 0 0;
  padding: 4px 0 77px 0;
  position: relative;
  overflow: hidden; }

/* Content end*/
/* blocks start */
.block_module {
  margin: 0 0 34px 0; }

.block-border {
  border: 1px #d7d7d7 solid;
  padding: 10px;
  margin: 0 0 10px 0; }
  .block-border:hover {
    border-color: #996A00; }
    .block-border:hover .redirect_link {
      text-decoration: none; }

.block-border.redirect {
  padding: 0px; }

.block-border.redirect a span,
.block-border.redirect td {
  font-family: 'Roboto Slab', Arial,  serif;
  font-size: 16px;
  line-height: 18px;
  color: #506e95 !important;
  font-weight: 700; }
  .block-border.redirect a span:hover,
  .block-border.redirect td:hover {
    color: #506e95 !important; }

.block-border a:hover,
.block-border a:focus {
  border-bottom: 0px #000 solid; }

.block-border.redirect table,
.block-border.redirect table td {
  margin: 0px;
  padding: 0px;
  border: 0px; }

.block-plain {
  border: 0px #d7d7d7 solid;
  padding: 0px;
  margin: 0 0 10px 0; }

/* blocks end */
/* Submenu start*/
.submenu_ul {
  margin: 0; }

.submenu_ul li a {
  line-height: 20px;
  margin: 0px;
  display: inline-block;
  outline-offset: -4px; }

.submenu_ul li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 14px 20px 14px 41px;
  background-color: #506e95;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  border-bottom: 1px solid #738baa; }
  .submenu_ul li > a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    font-size: 9px;
    color: #fff;
    opacity: 0.4;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -6px; }

.submenu_ul li > a:hover {
  background-color: #8196b2; }

.submenu_ul li > a.in_path {
  background-color: #506e95; }
  .submenu_ul li > a.in_path:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -5px; }

.submenu_ul ul, .submenu_ul ul li {
  margin: 0 0 0px 0;
  padding: 0;
  background: none; }

/* 2 lvl START */
.submenu_ul ul ul {
  margin-top: 0px; }

.submenu_ul ul ul li {
  margin-left: 0px; }

.submenu_ul li ul li > a {
  display: block;
  color: #f1f1f1;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 14px 20px 14px 41px;
  background-color: #374b6f;
  border-bottom: 1px solid #3e5174; }
  .submenu_ul li ul li > a:after {
    display: none; }
  .submenu_ul li ul li > a:hover {
    background-color: #374b6f; }
    .submenu_ul li ul li > a:hover span {
      border-bottom: 1px #f1f1f1 dotted; }

.submenu_ul li ul li > a.in_path {
  background-color: #374b6f;
  color: #f1f1f1; }
  .submenu_ul li ul li > a.in_path span {
    /*border-bottom: 1px #9ba5b7 dotted;*/ }

.submenu_ul li ul li ul li > a {
  padding-left: 55px; }

/* 2 lvl END */
/* Submenu end*/
/* Footer*/
.footer {
  margin: 0;
  background-color: #3b5179;
  padding: 34px 0 0 0; }

.footer_content {
  width: 1000px;
  margin: 0 auto;
  line-height: 20px; }

.footer_content a, .footer_content p {
  color: #b7b7b7;
  line-height: 20px; }

.footer_content a.map_desc {
  color: #996A00; }

.footer_content .map_link a.map_desc:hover {
  color: #ebcc8a;
  border-bottom: 1px dotted #ebcc8a; }

.footer_bottom {
  background: url("../img/footer_white.png") #3b5179 top center no-repeat;
  margin: 34px 0 0 0; }

.fblock {
  width: 250px;
  color: #fff;
  margin: 0 50px 0 0;
  padding: 0 50px 0 0;
  background: transparent url("../img/flock_bg_line.png") top right repeat-y; }

.fblock.publication {
  width: 200px; }

.fblock img {
  max-width: 200px; }

.fblock:last-child {
  float: right;
  width: 350px;
  background: none;
  margin: 0px;
  padding: 0 0 0 0px; }

.last_block_bottom {
  border: none; }

.fblock:last-child img {
  max-width: 350px; }

.fblock img.teismai_map {
  max-width: 350px;
  border: 0; }

.fblock h3.object_title {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial", "Georgia", sans-serif; }

.copyright {
  width: 1000px;
  margin: 0 auto; }

.copyright > div {
  margin: 0px; }

.copyright p {
  line-height: 50px;
  margin: 0px;
  color: #fff; }

.copyright a {
  font-weight: bold;
  color: #FEECC7; }

/* Footer end*/
/* Search */
.search_cont {
  float: right;
  margin: 0 0 0 18px; }

.search_cont input[type=text] {
  background-color: transparent;
  border-right: 0px;
  border-color: #8196b2;
  width: 161px;
  float: left; }

.search_cont input[type=submit] {
  color: #fff;
  border: 1px solid #8196b2;
  border-left: 0;
  width: 39px;
  height: 40px;
  float: left;
  background-color: transparent;
  background-repeat: no-repeat;
  padding: 0;
  outline: none;
  text-indent: -9999px;
  background: url("../img/search.svg") center no-repeat;
  background-size: 50%; }

.search_cont input[type=submit]:hover {
  background: url("../img/search-hover.svg") center no-repeat; }

.search_langs_themes .search_cont input[type=text]:focus {
  color: #fff; }

/* Search end */
/* Titulinis sidebar */
.right .search_cont input[type=text] {
  width: 261px; }

.right .search_cont {
  margin-bottom: 10px; }

.schedule_cont {
  margin: 0 0 20px 0;
  padding: 20px 10px 10px 10px;
  background: #e1e1e1; }

.schedule_item {
  margin: 0 0 10px 0;
  padding: 5px 0;
  background-image: url("../img/dot_separator.png");
  background-position: bottom;
  background-repeat: repeat-x; }

.schedule_item p {
  margin: 5px 0;
  text-align: left; }

span.time {
  display: inline-block;
  float: left;
  color: #1965af;
  font-weight: 600;
  font-size: 22px;
  margin: 3px 7px 0px 0; }

.gallery_widget {
  position: relative;
  margin: 0 0 20px 0; }

#gallery_widget_cont, #video_widget_cont {
  margin: 0 0 0 20px; }

.bjqs-wrapper {
  margin: 0; }

.bjqs {
  margin: 0;
  padding: 0;
  display: block;
  position: relative; }

.bjqs li {
  margin: 0;
  padding: 0;
  background: none;
  z-index: 5; }

.bjqs-controls {
  position: absolute;
  top: 400px;
  left: 314px;
  width: 72px;
  height: 40px;
  z-index: 1;
  margin: 7px 0 20px 0px; }

.bjqs-controls li a {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  outline: none;
  padding: 5px; }

.bjqs-controls li.bjqs-prev {
  float: left;
  background: none;
  padding: 0px; }

.bjqs-controls li.bjqs-next {
  float: right;
  background: none;
  padding: 0px; }

.bjqs-controls li.bjqs-prev a {
  background-image: url("../img/teismai_sprite.png");
  background-repeat: no-repeat;
  background-position: -563px -50px; }

.bjqs-controls li.bjqs-prev a:hover {
  background-position: -563px -14px;
  border-bottom: 0px #000 solid; }

.bjqs-controls li.bjqs-prev a:focus {
  border-bottom: 0px #000 solid; }

.bjqs-controls li.bjqs-next a {
  background-image: url("../img/teismai_sprite.png");
  background-repeat: no-repeat;
  background-position: -15px -50px; }

.bjqs-controls li.bjqs-next a:hover {
  background-position: -15px -14px;
  border-bottom: 0px #000 solid; }

.bjqs-controls li.bjqs-next a:focus {
  border-bottom: 0px #000 solid; }

.bjqs .image_container {
  width: 700px;
  height: 400px; }

.bjqs .image_container .title_container {
  width: 700px;
  padding: 40px 18px 5px; }

.widget_window {
  margin: 0;
  text-align: center; }

a.arr_left, a.arr_right {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 30px;
  padding-top: 10px;
  top: 71px;
  text-align: center; }

a.arr_left {
  left: 20px; }

a.arr_right {
  right: 20px; }

.widget_window p {
  text-align: center;
  margin: 15px 0 0 0; }

.widget_image {
  margin: 0 auto;
  position: relative;
  width: 160px;
  height: 120px;
  cursor: pointer; }

.video_widget {
  position: relative;
  margin: 0 0 20px 0; }

.gallery_item_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/camera_icon.png");
  background-position: center;
  position: absolute;
  top: 48px;
  left: 76px; }

.video_item_icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url("../img/video_icon.png");
  background-position: center;
  position: absolute;
  top: 44px;
  left: 64px; }

.follow_us {
  margin: 0 0 20px 0; }

.mail_cont {
  margin: 20px 0; }

.mail_cont input[type=text] {
  border-right: 0px;
  width: 260px;
  float: left; }

.mail_cont input[type=submit] {
  border: 2px solid #e1e1e1;
  border-left: 0;
  width: 39px;
  height: 36px;
  float: left;
  background-color: #fff;
  background-image: url("../img/mail_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  outline: none;
  text-indent: -9999px; }

.csAction {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none; }

/* Titulinis sidebar end */
/* Titulinis news, naujienu listas, galeriju listas */
.news_content {
  margin: 0; }

.news_list {
  margin: 0;
  padding: 4px 0 0 0; }

.inFrontpage {
  padding: 0px 0 0 0; }

.main_new {
  margin: 0 0 20px 0; }

.image_container {
  margin: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.image_container .title_container {
  /*	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);  FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.70)));  Chrome,Safari4+ 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.70) 100%);  Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.70) 100%);  Opera 11.10+ 
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.70) 100%);  IE10+ 
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.70) 100%);  W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );  IE6-9 */
  background: #4E6B93;
  zoom: 1;
  padding: 5px 18px;
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  width: 100%;
  -webkit-transition: padding 200ms;
  transition: padding 200ms; }
  .image_container .title_container h2 {
    font-size: 17px;
    font-weight: 500; }

.image_container h2 {
  color: #fff;
  margin: 0 0 9px 0; }

.ycontainer h3 {
  color: #fff; }

.ycontainer .album_icon {
  background-image: url("../img/video_icon.png");
  background-position: center center;
  display: inline-block;
  height: 27px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  margin-left: -15px;
  width: 27px; }

.ycontainer .image_container .title_container {
  width: 100%; }

h1.curr_yt_title {
  margin-top: 0px; }

#yt_window {
  width: 100%; }

.meta_info {
  margin: 10px 0 8px 0; }

.meta_info span {
  margin: 0 14px 0 0;
  float: left; }

.meta_info span.head_sep {
  margin-top: 4px;
  border-left: 1px #d7d7d7 solid;
  background: none; }

.meta_info .sp-icon {
  margin-top: 3px; }

.date {
  color: #b7b7b7;
  font-weight: normal;
  display: inline-block;
  float: left; }

.category {
  color: #b7b7b7;
  font-weight: normal;
  display: inline-block; }

.small_news_cont {
  margin: 0; }

.news_filter {
  margin: 0 0 8px 0; }

.news_filter ul {
  float: left;
  margin: 2px 0 6px 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  list-style-type: none; }

.news_filter ul li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative; }

.news_filter a {
  font-size: 12px;
  color: #996A00;
  font-weight: bold; }

.news_filter ul li a {
  display: block;
  padding: 3px 0px 0px 0px;
  /*3px 3px 3px 0px;*/
  margin: 0px 3px 0px 0px;
  position: relative;
  line-height: 16px; }

.news_filter a:hover,
.news_filter a:focus {
  color: #837452;
  /*#506e95;*/
  /*border-bottom: 1px $active_color dotted; 0px*/ }

.news_filter a.active {
  color: #837452;
  /*#506e95;*/
  /*border-bottom: 1px $active_color dotted; 0px*/ }

.news_filter a.active:hover,
.news_filter a.active:focus {
  color: #837452;
  /*#7786a2;*/ }

.news_filter a.disabled {
  cursor: auto;
  color: #b7b7b7; }

.news_filter a.disabled:hover,
.news_filter a.disabled:focus {
  color: #b7b7b7;
  border: 0px #000 solid; }

/* Jei naujienu modulyje, tada biski parastes*/
.content_left .small_news_cont {
  margin-left: 0px; }

.small_new {
  margin-top: 0px;
  margin-bottom: 20px;
  outline-offset: 1px; }
  @media only screen and (min-width: 768px) {
    .small_new {
      float: left;
      width: 46.4%;
      margin: 0 2.5% 2.5% 0; } }
  .small_new * {
    box-sizing: border-box; }

.small_new .title_container {
  padding: 15px; }

.small_new:hover .sp-video, .main_new:hover .sp-video {
  background-position: -715px -265px; }

.small_new:hover .sp-photo, .main_new:hover .sp-photo {
  background-position: -689px -265px; }

.issuuembed div:nth-child(2) {
  display: none; }

p.short {
  margin: 15px 0 9px 0;
  text-align: left; }

.news_inner {
  margin: 0; }

.news_inner img {
  max-width: 700px;
  height: auto; }

a.image_link {
  float: left;
  margin: 0 20px 10px 0; }

a.image_link:hover {
  border-bottom: 0px #000 solid; }

.news_inner .meta_info {
  margin: 0px 0 8px 0; }

.small_new.lasttwo {
  margin-bottom: 10px; }

/* susijusios naujienos start */
h2.related_list {
  margin: 18px 0 8px 0px;
  padding: 8px 0 0 0; }

.related_news h3.related {
  color: #996A00;
  font-size: 22px;
  line-height: 28px;
  margin: 10px 0 10px 0; }

.related_news p.short {
  margin: 10px 0 9px;
  text-align: left; }

.related_news .small_new {
  margin-bottom: 10px; }

/* susijusios naujienos end */
/* Titulinis news end */
/* Slides */
.frontpage_slides {
  /*height: 446px;*/ }

.slides_wrapper {
  margin: 10px 0 0 0; }

#title_slides {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 9px;
  position: relative; }

#title_slides li {
  background: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  overflow: hidden; }

#title_slides .full_photo_container {
  height: 400px; }

#title_slides .image_container {
  height: 400px; }

#title_slides .title_container {
  position: absolute;
  bottom: 0px;
  padding: 40px 18px 5px;
  margin: 0px;
  width: 664px; }

#title_slides .image_container:hover .title_container {
  padding: 70px 18px 20px 18px; }

#title_slides .title_container h2 {
  color: #fff;
  margin: 0 0 9px; }

.frontpage_slides .csSlideOuter {
  /*overflow: visible;*/ }

.frontpage_slides .csSlideWrapper {
  height: 446px;
  /*overflow: hidden;*/
  /*display: block;*/ }

.frontpage_slides .csAction {
  display: block; }

.frontpage_slides .csAction > a {
  top: 409px; }

/*#title_slides div a img, #title_slides div img{
	display:none;
	
}*/
.navprev, .navnext {
  width: 62px;
  height: 63px;
  outline: none; }

.navprev {
  margin: 0;
  position: absolute;
  right: 80px;
  bottom: 20px;
  height: 50px;
  background-position: -161px -38px;
  background-image: url("../img/sprite.png");
  padding: 0;
  width: 50px;
  text-indent: -9999px;
  cursor: pointer;
  background-color: #0099ff; }

.navnext {
  margin: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 50px;
  background-position: -220px -38px;
  background-image: url("../img/sprite.png");
  padding: 0;
  width: 50px;
  background-color: #008b52;
  z-index: 99;
  cursor: pointer;
  background-color: #0099ff; }

.navprev:before, .navnext:before {
  content: ""; }

#title_slides a {
  display: block; }

/*#title_slides img{
filter: url('../../libs/grayscale/filters.svg#grayscale'); 
    filter: gray; 
    -webkit-filter: grayscale(1); 
box-shadow: 0 8px 8px -2px #ccc;
border:0;
}*/
.text_cont {
  position: absolute;
  margin: 0;
  opacity: 1 !important; }

.itm_cont {
  display: inline-block;
  margin: 0; }

.opac {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 340px;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: 8; }

.opacEl {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  background-image: url("../img/transparent_blue.png"); }

.slideinfo {
  margin: 0;
  top: 0;
  height: 287px;
  background: transparent;
  position: absolute;
  padding: 20px;
  overflow: hidden; }

.slide_title, .slide_desc {
  display: block;
  width: 100%;
  right: 0;
  color: #fff;
  margin: 0; }

.slide_title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600; }

.itm_cont .text_cont {
  display: none !important; }

.carousel-center .text_cont {
  display: block !important; }

/* Slides END*/
/* Pager */
.pager {
  margin: 0;
  text-align: center; }

.pager a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 2px;
  margin: 0 2px;
  font-weight: bold;
  color: #996A00;
  transition: all 200ms;
  -webkit-transition: all 200ms; }

.pager a.current {
  color: #506e95; }

.pager a.current:hover,
.pager a.current:focus {
  color: #7786a2; }

.pager a:hover,
.pager a:focus {
  color: #ebcc8a;
  border-bottom: 0px #000 solid; }

a.bck i {
  display: inline-block;
  font-size: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: 1px;
  margin-right: 5px; }

a.bck:hover {
  color: #ebcc8a; }

a.fow i {
  font-size: 10px;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 5px; }

/* Pager end */
/* Social links */
#social_block {
  height: 50px;
  margin: 0;
  position: fixed;
  right: 0;
  top: 50%;
  /*30%;*/
  width: 60px;
  z-index: 99;
  text-align: right;
  margin-top: -106px;
  display: none; }

#social_block a {
  /*background-image: url("../img/teismai_sprite.png");*/
  background-image: url("../img/soc_sprite.jpg");
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  position: relative;
  width: 60px;
  -webkit-transition: background-position 150ms;
  -moz-transition: background-position 150ms;
  -o-transition: background-position 150ms;
  transition: background-position 150ms; }

#social_block a:hover,
#social_block a:focus {
  border-bottom: 0px #fff solid; }

a.fb {
  /*background-position: -609px -20px;*/
  background-position: 10px -0px; }

a.fb:hover {
  background-position: -0px -0px; }

a.in {
  /*background-position: -609px -70px;*/
  background-position: 10px -50px; }

a.in:hover {
  background-position: -0px -50px; }

a.youtube {
  /*background-position: -609px -120px;*/
  background-position: 10px -100px; }

a.youtube:hover {
  /*background-position: -679px -120px;*/
  background-position: -0px -100px; }

a.rss {
  /*background-position: -609px -170px;*/
  background-position: 10px -150px; }

a.rss:hover {
  /*background-position: -679px -170px;*/
  background-position: -0px -150px; }

a.flickr {
  /*background-position: -609px -170px;*/
  background-position: 10px -200px; }

a.flickr:hover {
  /*background-position: -679px -170px;*/
  background-position: -0px -200px; }

a.issu {
  /*background-position: -609px -170px;*/
  background-position: 10px -250px; }

a.issu:hover {
  /*background-position: -679px -170px;*/
  background-position: -0px -250px; }

#social_block a.instagrrm {
  background-image: url("../img/instagram.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  background-color: #cf2e96;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  #social_block a.instagrrm:hover {
    width: 60px; }

/*
ikonos didesniems mygtukams 


a.blocklink span.fb{
       padding:0;
       width:40px;
       background-image: url("../img/sprite.png");
       background-position: -573px -166px;
}

a.blocklink span.twitt{
       padding:0;
       width:40px;
       background-image: url("../img/sprite.png");
       background-position: -622px -166px;
}

a.blocklink:hover span.fb{
       padding:0;
       width:40px;
       background-image: url("../img/sprite.png");
       background-position: -573px -116px;
}

a.blocklink:hover span.twitt{
       padding:0;
       width:40px;
       background-image: url("../img/sprite.png");
       background-position: -622px -116px;
}

*/
a.blocklink span.fb {
  /*background-position: -16px -357px;*/
  background-image: url("../img/social/facebook.svg");
  background-repeat: no-repeat;
  background-size: 100%; }
  a.blocklink span.fb:after {
    display: none !important; }

a.blocklink:hover span.fb {
  background-image: url("../img/social/facebook_hover.svg");
  background-size: 100%; }

a.blocklink span.twitt {
  background-image: url("../img/social/twitter.svg");
  background-repeat: no-repeat;
  background-size: 100%; }
  a.blocklink span.twitt:after {
    display: none !important; }

a.blocklink:hover span.twitt {
  background-image: url("../img/social/twitter_hover.svg");
  background-size: 100%; }

a.blocklink span.linkedin {
  background-image: url("../img/social/linkedin.svg");
  background-repeat: no-repeat;
  background-size: 100%; }
  a.blocklink span.linkedin:after {
    display: none !important; }

a.blocklink:hover span.linkedin {
  background-image: url("../img/social/linkedin_hover.svg");
  background-size: 100%; }

a.blocklink span.gplus {
  background-image: url("../img/social/addthis.svg");
  background-repeat: no-repeat;
  background-size: 100%; }
  a.blocklink span.gplus:after {
    display: none !important; }

a.blocklink:hover span.gplus {
  background-image: url("../img/social/addthis_hover.svg");
  background-size: 100%; }

a.blocklink span.rss {
  width: 17px;
  background-position: -159px -357px; }

a.blocklink:hover span.rss {
  background-position: -159px -321px; }

a.share_button {
  padding: 0 10px 0 0; }

a.share_button span {
  display: inline-block;
  float: left; }

/* Social links end */
/* Popup window */
#popup_modal {
  margin: 0;
  width: 740px;
  /*min-height:600px;*/ }

.pop_header {
  margin: 0;
  padding: 16px 20px 12px 20px;
  background: #e1e1e1; }

a.small_inline {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  outline: none;
  color: #363636; }

a.inactive {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  outline: none;
  color: #1965af; }

a.small_inline span {
  float: left;
  line-height: 16px; }

a.small_inline span.sp-icon {
  margin-right: 5px; }

.pop_content {
  margin: 0;
  padding: 12px 20px; }

.pop_left {
  float: left;
  width: 300px;
  margin: 0;
  margin-top: 12px; }

.pop_right {
  float: right;
  width: 700px;
  margin: 0; }

.pop_content .one_new {
  margin: 18px 0; }

.one_new .title_container {
  margin: 0; }

.one_new .meta_info {
  margin: 0; }

.active_marker {
  background-image: url("../img/sprite.png");
  background-position: -502px -468px;
  width: 11px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 31px;
  left: 50%;
  margin-left: 2px; }

.inactive .active_marker {
  display: none; }

.pop_right ul, .pop_right li {
  list-style-type: none;
  background: none;
  margin: 0;
  padding: 0; }

.pop_right li {
  width: auto; }

.full_photo_container {
  margin: 0 0 0px 0;
  width: 700px;
  height: 450px;
  text-align: center; }

.csSlideOuter, .csSlideWrapper {
  margin: 0; }

.photo_info {
  margin: 0; }

.photo_info p {
  display: block;
  color: #c2c2c2;
  margin: 0; }

p.photo_title {
  float: left;
  width: 679px; }

p.photo_date {
  float: right;
  width: 110px;
  font-weight: bold;
  text-align: right; }

#curr_gallery_title {
  font-size: 22px;
  color: #996A00;
  margin: 0px 0 16px; }

/* Popup window end*/
/*gallery in popup style start */
.csAction {
  margin: 0px; }

.csAction > a {
  top: 458px;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  background-image: url("../../../themes/site/img/teismai_sprite.png");
  background-color: transparent;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.csAction > .csPrev {
  background-position: -565px -49px;
  left: 317px; }

.csAction > .csPrev:hover {
  background-position: -565px -13px;
  border-bottom: 0px #fff solid; }

.csAction > .csNext {
  background-position: -17px -49px;
  right: 312px; }

.csAction > .csNext:hover {
  background-position: -17px -13px;
  border-bottom: 0px #fff solid; }

.csSlideOuter .csPager.cSGallery {
  margin-top: 47px;
  /*32*/ }

/*gallery in popup style end */
/* Error and info container */
.error_container, .info_container {
  margin: 50px 0 20px 0;
  padding: 10px 18px; }

.error_container p, .info_container p {
  margin: 10px 0;
  font-weight: bold; }

.error_container {
  background: #f9e5e5; }

.error_container p {
  color: #c30000; }

.info_container {
  background: #e8f3f0; }

.info_container p {
  color: #1f8a70; }

/* Error and info container end */
/* select style start */
.select2 {
  width: 200px; }

/* select style end */
/* Teismo pranesimo style start */
.messages_list {
  padding: 0px;
  margin: 25px 0 0 0; }

.messages_list h1.main_title, .messages_list h2.main_title {
  margin: 10px 0 20px; }

.small_messages_cont {
  padding: 0px;
  margin: 0px; }

.small_message {
  width: 220px;
  margin: 0 20px 42px 0;
  float: left; }

.small_message p.short {
  margin: 0px 0 9px 0; }

.small_message a {
  box-sizing: border-box;
  display: block;
  font-weight: bold; }

.small_message a:hover {
  font-weight: bold;
  color: #ebcc8a;
  border-bottom: 0px #fff solid; }

.small_message.lastthree {
  margin-bottom: 10px; }

/* Teismo pranesimo style end */
/* Gallery style start */
.gallery_list .meta_info {
  margin: 16px 0 8px 0; }

.gallery_list .small_new.lasttwo {
  margin-bottom: 17px; }

/* Gallery style end */
/* Child list style start */
.child_item {
  margin: 0px 0px;
  padding: 8px 0px; }
  .child_item.contact_structure_item {
    padding: 0 0 10px; }

.child_item > ul {
  margin: 0px; }

.child_item ul > li {
  margin: 10px 0;
  padding: 0px; }

.child_item li {
  background: none; }

.child_item a {
  display: block;
  color: #3c527a;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 45px 15px 20px;
  background-color: #f1f1f1;
  -webkit-transition: padding 200ms;
  -moz-transition: padding 200ms;
  -o-transition: padding 200ms;
  transition: padding 200ms;
  outline-offset: -2px; }

.child_item a:hover,
.child_item a:focus {
  background: url("../img/children_bg.png") #f1f1f1 center right no-repeat;
  border-bottom: 0px #000 solid;
  padding: 15px 45px 15px 33px; }

.child_item ul ul {
  margin: 0 0 0px 20px; }

.child_item ul ul li {
  padding-left: 0px; }

.child_item ul ul li a {
  padding: 5px 20px 5px 13px;
  background-color: transparent;
  transition: none; }

.child_item ul ul li a:hover {
  text-decoration: underline; }

.child_item ul ul li a:hover,
.child_item ul ul li a:focus {
  background: none;
  padding: 5px 20px 5px 13px; }

/* Child list style end */
/* Contacts list style start */
.contacts_search {
  float: left;
  margin: 5px 0 17px 0; }

.contacts_search input.cont_input[type="text"] {
  width: 261px;
  border: 1px #d7d7d7 solid;
  border-right: 0px #fff solid; }

.contacts_search input[type=submit],
.contacts_search button[type=submit] {
  border: 1px solid #d7d7d7;
  border-left: 0px #fff solid;
  background: url(../img/search.svg) center no-repeat;
  background-size: 50%; }

.contacts_search input[type=submit]:hover,
.contacts_search button[type=submit]:hover {
  /*	background: url('../img/teismai_sprite.png') transparent no-repeat;
	background-position: -223px -9px;*/
  background: url(../img/search-dark.svg) center no-repeat !important;
  background-size: 50% !important; }

.contacts_search button[type=submit] {
  float: left;
  height: 40px;
  outline: medium none;
  padding: 0;
  text-indent: -9999px;
  width: 39px;
  cursor: pointer; }

.contacts_search input.cont_input[type="text"]:focus {
  color: #636466; }

.contact_list {
  padding-top: 10px; }

/*.contact_list .cont_photo {
	width: 120px;
	margin-right: 10px;
}
.contact_list .cont_info {
	width: 210px;
}*/
.contact_list .cont_info.full-width {
  width: 100%; }

.contact_list .cont_info .name {
  width: 28%;
  margin: 0 10px 0 0; }

.contact_list .cont_info .phone {
  width: 34%;
  margin: 0 10px 0 0; }

.contact_list .cont_info .email {
  width: 34%;
  margin: 0 0px 0 0; }

.contact_list .cont_info p {
  margin: 0px; }

.contact_list .cont_info a {
  word-wrap: break-word; }

.contact_list .small_new {
  margin-right: 0px;
  margin-bottom: 20px;
  width: 100%; }

.search_results.contact_list .small_new {
  margin-bottom: 0px; }

.contact_list .cont_info .name .contact_link {
  color: #996A00; }

.contact_list .cont_info .name .contact_link:hover {
  border-bottom: 1px #996A00 dotted; }

.contact_list .cont_info .name.no_link .contact_link:hover {
  border-bottom: 0px #996A00 dotted; }

.openPrevFn {
  padding: 20px; }

/* Contacts list style end */
/* DUK style start */
#quest_ans {
  margin-bottom: 4px;
  padding-bottom: 10px; }

.cat {
  margin: 10px 0px 0px 0px; }

.cat .catName {
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  padding: 0px 20px 0px 20px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #57D68D;
  background-image: url("../../img/green_arrow.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.showForm {
  width: 90px;
  margin: 0px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  margin: 5px 0px;
  height: 30px;
  line-height: 30px;
  background-color: #57d68d;
  border: 0px none;
  cursor: pointer;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.cat .question_outer .question {
  font-weight: bold;
  margin: 0px;
  padding: 7px 20px 5px 0px; }

.cat .question_outer .active {
  cursor: pointer; }

.cat .question_outer {
  margin: 3px 20px;
  border-top: 1px #DEE2E3 solid;
  display: none; }

.cat .first_question {
  border-top: 0px #DEE2E3 solid; }

.cat .question_outer .answer {
  display: none;
  padding: 0px 0px;
  margin: 0px; }

.answer p {
  margin: 5px 0px; }

#quest_ans .category, #quest_ans .category2 {
  float: left;
  /*width:500px;*/
  width: 100%;
  cursor: pointer;
  margin: 7px 0 0 0; }

#quest_ans .category:hover, #quest_ans .category2:hover {
  background: transparent url("../img/children_bg.png") center right no-repeat; }

.catNameOuter {
  float: left;
  /*width:510px;*/
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  background: transparent url("../img/icon_duk_cat_bg.png") right bottom repeat-x; }

.catNameOuter.act {
  background: transparent url("../img/icon_duk_cat_bg_active.png") right bottom no-repeat; }

.catName {
  float: left;
  /*width:420px;*/
  padding: 9px 31px;
  margin: 0;
  color: #506e95;
  font-weight: bold;
  background: transparent url("../img/icon_duk_cat.png") 1px 8px no-repeat; }

.question, .question2 {
  float: left;
  /*width:480px;*/
  margin: 0;
  cursor: pointer; }

.questionNameOuter {
  float: left;
  /*width:480px;*/
  margin: 0; }

.questionName {
  float: left;
  /*width:450px;*/
  padding: 5px 0;
  margin: 0 0 0 31px;
  color: #996A00;
  font-weight: bold; }

.questionName:hover {
  text-decoration: none;
  color: #ebcc8a; }

#quest_ans .answer, #quest_ans .answer2 {
  float: left;
  /*width:450px;*/
  padding: 0 0 10px 30px;
  display: none;
  margin: 0; }

.category_questions {
  float: left;
  /*width:510px;*/
  width: 100%;
  margin: 1px 0 14px 0;
  display: none; }

.category_questions p {
  padding: 0;
  margin: 5px 0; }

.submit_form {
  margin: 10px 0px;
  padding: 10px 0px; }

.form-container {
  width: 100%;
  margin: 0 0 20px 0; }

.form-container .form-label {
  width: 100px;
  line-height: 40px;
  margin: 0px; }

.form-container .form-value {
  margin: 0px; }

/* DUK style end */
/* publications style start */
.publications_list .small_new .image_container {
  height: auto;
  width: 100%; }

.publications_list h2 {
  color: #996A00;
  margin: 7px 0 10px; }

.one_publication .issuuembed span {
  display: none; }

.one_publication div {
  margin: 0px; }

.one_publication .meta_info {
  margin: -2px 0 0 0; }

/* publications style end */
/* contacts_map style start */
#map_canvas {
  height: 450px;
  width: 100%;
  border: none; }

#mapform p {
  margin: 0 0 5px 0; }

#mapform table .select2 {
  width: 300px; }

#mapform table,
#mapform div {
  margin: 0px; }

#mapform table {
  margin: 0 0 20px 0; }

#mapform table,
#mapform table td {
  border: 0px;
  padding: 0px; }

.klase p {
  padding: 2px 20px 2px 20px;
  margin: 0px;
  text-align: left; }

.klase {
  width: 360px;
  background: #fff;
  line-height: 14px;
  font-size: 14px;
  padding: 20px 0px 20px 0px;
  margin-bottom: -1px;
  border-bottom: 2px #996A00 solid; }

#close_box {
  background: transparent url("../img/contacts_map/x_normal.png") top right no-repeat; }

#close_box:hover {
  background: transparent url("../img/contacts_map/x_hover.png") top right no-repeat; }

/* contacts_map style end */
/* biography style start */
.biography_list {
  padding: 3px 0 0 0; }

.module_toolbar {
  width: 100%;
  margin: 0 0 13px 0; }

.module_toolbar .search_cont {
  float: left;
  margin: 0 20px 0 0; }

.module_toolbar .search_cont input[type="text"] {
  width: 261px;
  border-color: #2b2b2b; }

.module_toolbar .search_cont.options input[type="text"] {
  width: 410px; }

.module_toolbar .search_cont input[type="text"]:focus {
  color: #636466; }

.module_toolbar input[type=submit] {
  border: 1px solid #2b2b2b;
  border-left: 0px #fff solid;
  background: url("../img/search.svg") center no-repeat;
  background-size: 50%; }

.module_toolbar input[type=submit]:hover {
  background: url("../img/search-hover.svg") center no-repeat;
  background-size: 50%; }

.module_toolbar .select2 {
  width: 300px; }

.module_toolbar .options .select2 {
  width: 151px; }

.module_toolbar p {
  margin: 0 0 5px 0; }

.biography_list .head_sep {
  float: none;
  border-left: 1px #d7d7d7 solid;
  margin: 0 1px;
  height: 11px; }

.biography_list .directory {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.biography_list .directory li {
  float: left;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0px;
  background: none;
  border-right: 1px #d7d7d7 solid; }

.biography_list .directory li.last {
  border-right: 0px #d7d7d7 solid; }

.biography_list a {
  /*color: #fe5800;*/ }

.biography_list .directory a:hover,
.biography_list .directory a:focus {
  text-decoration: underline;
  border-bottom: 0px #fff solid; }

.biography_list .directory a {
  display: block;
  line-height: 13px;
  padding: 2px 0px; }

.biography_list .directory span {
  padding: 0px 8px; }

.biography_list .directory .first span {
  padding: 0px 8px 0 0; }

.biography_list .letter_group {
  margin: 0;
  padding: 13px 0 17px 0; }

.biography_list .letter_group .letter {
  font-weight: bold;
  margin: 0 0 9px 0; }

.biography_list .letter_group .item {
  margin: 0px 0;
  width: 100%; }

.biography_list .letter_group .item span {
  color: #b7b7b7; }

.margin-tb1 {
  margin: 1px 0px; }

.biography_list h2.pname {
  font-size: 16px;
  line-height: 36px;
  margin: 0px 0 3px; }

.biography_list .person {
  margin: 0px; }

.biography_list .person p {
  margin: 0 0 10px 0; }

.biography_list .person .photo {
  margin: 0 10px 0 0;
  padding: 5px 0 0 0;
  width: 120px; }

.biography_list .person .info {
  margin: 0px;
  width: 570px; }

.biography_list .person .info a {
  word-wrap: break-word; }

.biography_list h3.pbio {
  font-size: 16px;
  line-height: 30px;
  margin: 11px 0 6px; }

.biography_list .full-info {
  margin: 0px; }

/* biography style end */
/* comments style start */
.comments {
  padding: 0px;
  margin: 0px; }

h4.comments {
  color: #506e95;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Roboto Slab', Arial,  serif;
  margin: 17px 0 16px;
  padding: 7px 0 0 0; }

h4.comments span {
  color: #996A00; }

.comment_item {
  margin: 2px 0px; }

.comment_header {
  width: 100%; }

.comment_header a:hover,
.comment_header a:focus {
  border-bottom: 0px #fff solid; }

.comment_header span {
  margin: 0 0 0 14px; }

.comment_header span.head_sep {
  margin-top: 4px;
  border-left: 1px #d7d7d7 solid;
  background: none; }

.comment_header .sp-icon {
  margin-top: 2px; }

.comment_header .author {
  color: #b7b7b7; }

.comment_header .date,
.comment_header .ip {
  color: #b7b7b7; }

.comment_header .date span {
  margin: 4px 14px 0 14px; }

.comment_content p {
  margin: 0 0 17px 0; }

h5.write_comment {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 11px;
  padding: 4px 0 0 0; }

.input_author {
  width: 300px; }

.submit_comment .cf_input_space {
  margin: 0 0 15px 0; }

.submit_comment p {
  margin: 0 0 5px 0; }

#sec_img {
  width: 100px;
  height: 38px;
  border: 1px solid #d7d7d7;
  margin: 0 10px 0 0; }

#sec_code {
  width: 100px; }

.submit_comment textarea {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px; }

.submit_comment input[type=submit] {
  margin: 10px 0 0 0;
  padding-left: 0px; }

/* comments style end */
/* forms style start */
.type_item {
  margin: 0; }

.type_question {
  margin: 0px; }

.type_question div.required {
  margin: 0px; }

.type_question div.title, .type_question label.title {
  margin: 0px; }

.form_mod span.required {
  color: #c30000;
  padding: 0 4px 0 0; }

.form_mod .title p {
  margin: 0 0 10px 0; }

.form_mod .type_answers {
  margin: 0 0 20px 0; }

.type_answers .answer {
  margin: 0px; }

.type_answers .answer .radio {
  margin: 0px;
  padding: 2px 9px 0 1px; }

.type_answers .answer .checkbox {
  margin: 0px;
  padding: 2px 9px 0 1px; }

.type_answers .answer .checkbox input[type="checkbox"] {
  margin: 0px; }

.form_mod .answer_name {
  padding: 0;
  margin: 0; }

/*	type SELECT start */
.type_select .title p {
  margin: 0 0 5px 0; }

.type_select .type_answers {
  margin: 0 0 25px; }

.type_select .select2 {
  width: 300px; }

.select2-container .select2-choice > .select2-chosen,
.select2-results .select2-result-label {
  font-size: 14px; }

/*	type SELECT end */
/*	type INPUT-TEXT star */
.type_input_text input[type="text"] {
  width: 300px; }

/*	type INPUT-TEXT end */
/*	type EMAIL star */
.type_email input[type="email"] {
  width: 300px; }

/*	type EMAIL end */
/*	type SECURE start */
.type_secure input[type="text"] {
  width: 120px;
  padding-left: 0px;
  text-align: center; }

.type_secure .sec_code {
  margin: 0px; }

.type_secure .sec_img {
  margin: 0 0 0 15px; }

/*	type SECURE end */
/*	type TEXTAREA start */
.type_textarea textarea {
  width: 300px; }

/*	type TEXTAREA end */
input.error[type="text"], input.error[type="email"], textarea.error, .select2.error {
  border: 1px solid #C30000; }

label.error {
  color: #C30000;
  display: block;
  margin: 5px 0 10px; }

.type_item input[type="submit"] {
  padding-left: 0px; }

/* forms style end */
/* Polls style start */
#poll_form {
  padding: 0 5px; }

#poll_form .title {
  font-weight: bold; }

#poll_form .title.no-desc,
#poll_form .desc p {
  margin: 0 0 10px 0; }

.q_hidden, .q_tmp_hidden {
  display: none; }

.poll_navigation_arrows {
  float: left; }

.poll_p_status {
  float: right;
  margin-right: 20px; }

#poll_form .select2 {
  width: 300px; }

/*	results */
.poll_results {
  margin: 0px;
  padding: 8px 0; }

.poll_item {
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0px; }

.poll_item .answer_name {
  width: 40%;
  line-height: 30px;
  margin: 0px;
  padding: 0 10px 0 0; }
  @media only screen and (max-width: 768px) {
    .poll_item .answer_name {
      width: 80%;
      float: none; } }
.poll_item .answer_name p {
  margin: 0 0 10px 0;
  text-align: left; }

.poll_item .answer_value {
  position: relative;
  width: 50%;
  border: 1px #d7d7d7 solid;
  margin: 0px; }
  @media only screen and (max-width: 768px) {
    .poll_item .answer_value {
      width: 80%;
      height: 30px; } }
.poll_item .answer_value .val {
  position: absolute;
  width: 100%;
  text-align: right;
  margin: 0px;
  line-height: 30px; }

.poll_item .answer_value .val span {
  padding: 0 10px 0 0; }

.poll_item .answer_value .progress {
  background-color: #996A00;
  margin: 0px;
  padding: 0px;
  height: 30px; }

.poll_item .answer_count {
  width: 8%;
  text-align: left;
  line-height: 30px;
  margin: 0px;
  font-weight: bold; }

.poll_item .answer_count span {
  padding: 0 0 0 10px; }

.poll_item .answer_total {
  margin: 0px;
  line-height: 30px; }

.poll_item .answer_value.no-border {
  border: 0px; }

.validate_form input[type="submit"] {
  padding-left: 0; }

.poll_completed .submit_link,
.poll_index .more_link,
.poll_index .end.submit_link {
  padding-left: 0px; }

.poll_results h1 {
  line-height: 32px;
  margin-bottom: 21px; }

/* Polls style end */
/* Sitemap style start
.sitemap {
	margin: 0px;
	padding: 0px;
}
.sitemap a:hover,
.sitemap a:focus {
	border-bottom: 0px #fff solid;
}
.sitemap ul {
	margin: 0px;
	padding: 0px;
}
.sitemap li {
	padding: 0px;
	margin: 0px;
}
.sitemap ul li ul {
	margin: 0px;
	padding: 0px;
}
.sitemap li.lvl_1 {
	background: url('../img/sm_1lvl.png') transparent 0 0 no-repeat;
	padding: 0px;
	margin: 0px;
}
.sitemap li.lvl_1.first {
	background: url('../img/sm_1lvl_first.png') transparent 0 0 no-repeat;
}
.sitemap li.lvl_1.last {
	background: url('../img/sm_1lvl_last.png') transparent 0 0 no-repeat;
}
.lvl_1 > a {
	padding: 4px 4px 5px 4px;
	margin:0 0 0 33px;
	line-height:28px;
	font-weight: bold;
	color: #506e95;
}
.lvl_1 > a:hover {
	color: #7786a2;
}
.sitemap li.lvl_2 {
	background: url('../img/sm_2lvl.png') transparent 0 0 no-repeat;
	padding: 0px;
	margin: 0px;
}
.sitemap li.lvl_2.last {
	background: url('../img/sm_2lvl_last.png') transparent 0 0 no-repeat;
}
.lvl_2 > a {
	padding: 5px 5px;
	margin:0 0 0 113px;
	line-height:28px;
	font-weight: bold;
	color: #506e95;
}
.lvl_2 > a:hover {
	color: #7786a2;
}
.sitemap li.lvl_2.last.childs {
	background: url('../img/sm_2lvl.png') transparent 0 0 no-repeat;
}
.sitemap li.lvl li.lvl_2.last.childs {
	background: url('../img/sm_2lvl_last_childs.png') transparent 0 0 no-repeat;
}

.sitemap li.lvl_1 li.lvl_2.parents {
	background: url('../img/sm_2lvl_last_parents.png') transparent 0 0 no-repeat;
}
.sitemap li.lvl_3 {
	background: url('../img/sm_3lvl.png') transparent 0 0 no-repeat;
	padding: 0px;
	margin: 0px;
}
.sitemap li.lvl_3.last {
	background: url('../img/sm_3lvl_last.png') transparent 0 0 no-repeat;
}
.sitemap li.lvl_2.last li.lvl_3 {
	background: url('../img/sm_3lvl_last_childs.png') transparent 0 0 no-repeat;
}
.sitemap li.lvl_2.last li.lvl_3.last {
	background: url('../img/sm_3lvl_last_childs2.png') transparent 0 0 no-repeat;
}
.sitemap li.lvl_1 li.lvl_2.last li.lvl_3.last {
	background: url("../img/sm_3lvl_last.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.lvl_3 > a {
	padding: 5px 5px;
	margin:0 0 0 193px;
	line-height:29px;
	font-weight: bold;
	color: $link_color;
}
.lvl_3 > a:hover {
	color: $active_color;
}
.sitemap li.lvl_4 {
	background: url('../img/sm_4lvl.png') transparent 0 0 no-repeat;
	padding: 0px;
	margin: 0px;
}
.sitemap li.lvl_3.last li.lvl_4 {
	background: url('../img/sm_4lvl_childs.png') transparent 0 0 no-repeat;
}
.lvl_4 > a {
	padding: 5px 5px;
	margin:0 0 0 273px;
	line-height:29px;
	font-weight: normal;
	color: $link_color;
}
.lvl_4 > a:hover {
	border-bottom: 1px $link_color dashed;
}
Sitemap style end */
/* Module Site tree */
/*
 Tree structure using CSS:
 http://stackoverflow.com/questions/14922247/how-to-get-a-tree-in-html-using-pure-css
*/
.tree, .tree ul {
  list-style-type: none;
  margin: 0 0 0 30px;
  padding: 0;
  position: relative;
  overflow: hidden; }

.tree {
  margin-bottom: 40px;
  margin-left: 20px;
  height: 100%; }

.tree ul ul {
  padding: 0px 0 0px 0; }

.tree li, .tree ul {
  background: none;
  margin: 0;
  padding: 0;
  overflow: visible; }

.tree li {
  margin: 0 0 0 0;
  padding: 0 30px;
  position: relative; }

.tree li ul li {
  padding: 0 0 0 30px; }

.link_cont {
  margin: 0px 0 8px -13px; }

.link_cont a {
  line-height: 18px;
  /*display:inline-block;*/ }

.tree > li > ul > li > .link_cont {
  margin: 10px 0 0 -13px; }

.tree > li > ul > li > .link_cont a, .tree > li > .link_cont a {
  text-decoration: none; }

.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  left: 0; }

.tree a:hover,
.tree a:focus {
  border-bottom: 0px #fff solid; }

/* horizontal line on inner list items */
.tree li::before {
  border-top: 1px solid #d7d7d7;
  top: 10px;
  width: 75px;
  left: -75px;
  height: 0; }

/* 2lvl */
.sitemap .tree > li > ul {
  margin: 0 0 0 49px; }

.tree ul li a:hover {
  border-bottom: 0px #fff solid; }

/* 3lvl */
.tree ul li ul li::before {
  border-top: 1px solid #d7d7d7;
  top: 10px;
  width: 79px;
  left: -76px;
  height: 0; }

.tree ul li ul li .link_cont {
  margin: 9px 0 9px -10px; }

.tree ul li ul li a {
  font-weight: bold;
  color: #996A00; }

.tree ul li ul li a:hover {
  border-bottom: 0px #fff solid; }

.sitemap .tree ul li ul li a:hover {
  color: #ebcc8a; }

.tree > li > ul > li > ul {
  margin: 0 0 0 49px;
  padding: 0px; }

/* 4lvl */
.tree > li > ul > li > ul > li > ul {
  margin: 0 0 0 49px; }

.tree ul li ul li ul li::before {
  border-top: 0px solid #d7d7d7;
  top: 11px;
  width: 75px;
  left: -75px;
  height: 0; }

.tree ul li ul li ul li a {
  font-weight: normal;
  color: #996A00; }

.sitemap .tree ul li ul li ul li a:hover {
  color: #996A00;
  border-bottom: 1px #996A00 dotted; }

.tree li:after {
  border-left: 1px solid #d7d7d7;
  height: 93%;
  /*nes neveikia ant Safari*/
  height: -moz-calc(100% - 21px);
  height: -webkit-calc(100% - 21px);
  height: calc(100% - 21px);
  width: 0px;
  top: 10px;
  left: 3px; }

/* 2lvl left-border */
.tree > li > ul li:after {
  height: 66%;
  /*nes neveikia ant Safari*/
  height: -moz-calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px); }

/* lower line on list items from the first level because they don't have parents */
.tree > li::after {
  top: 12px;
  left: 3px; }

.tree > li li li::after {
  border: none; }

.tree > li li li::before {
  left: -27px; }

.tree > li:first-child:before {
  top: 32px; }

/* hide line from the last of the first level list items */
.tree {
  background-position: left 5px;
  background-repeat: no-repeat;
  background-image: url("../img/tree_lvl_1.png"); }

.tree > li > ul > li {
  background-position: left 7px;
  background-repeat: no-repeat;
  background-image: url("../img/tree_lvl_2.png"); }

.tree > li > ul > li {
  background-position: left 7px;
  background-repeat: no-repeat;
  background-image: url("../img/tree_lvl_2.png"); }

.tree > li > ul > li > ul > li {
  background-position: 3px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/tree_lvl_3.png"); }

.tree li, .tree li a {
  color: #506e95;
  font-weight: bold; }

.sitemap .tree li a:hover {
  color: #506e95;
  opacity: 0.7;
  border-bottom: 1px dotted #506e95; }

.tree li li li a, .tree li li li {
  color: #1965af;
  font-weight: normal; }

/* NEW TREE */
.structure_parent {
  margin: 0; }

.structure_parent > ul, .structure_parent > ul > ul {
  list-style-type: none;
  margin: 0 0 0 30px;
  padding: 0;
  position: relative;
  overflow: hidden; }

.structure_parent > ul {
  margin-bottom: 40px;
  margin-left: 0px;
  height: 100%; }

.structure_parent > ul ul ul {
  padding: 0px 0 0px 0; }

.structure_parent > ul li {
  background-position: left 5px;
  background-repeat: no-repeat;
  background-image: url("../img/tree_lvl_1.png");
  margin: 0;
  padding: 0;
  overflow: visible; }

.structure_parent > ul > li > ul {
  margin: 0 0 0 49px; }

.structure_parent > ul ul {
  background: none;
  margin: 0;
  padding: 0;
  overflow: visible; }

.structure_parent > ul li {
  margin: 0 0 0 0;
  padding: 0 30px;
  position: relative; }

.structure_parent > ul li ul li {
  padding: 0 0 0 30px; }

.link_cont {
  margin: 0px 0 8px -13px; }

.link_cont a {
  line-height: 18px;
  /*display:inline-block;*/ }

.structure_parent > ul > li > ul > li > .link_cont {
  margin: 10px 0 0 -13px; }

.structure_parent > ul > li > ul > li > .link_cont a, .structure_parent > ul > li > .link_cont a {
  /*text-decoration:none;*/ }

.structure_parent > ul li::before, .structure_parent > ul li::after {
  content: '';
  position: absolute;
  left: 0; }

.structure_parent a:hover,
.structure_parent a:focus {
  text-decoration: none; }

/* horizontal line on inner list items */
.structure_parent > ul li::before {
  border-top: 1px solid #d7d7d7;
  top: 10px;
  width: 75px;
  left: -75px;
  height: 0; }

/* 2lvl */
.sitemap .structure_parent > ul > li > ul {
  margin: 0 0 0 49px; }

.structure_parent > ul ul li a:hover {
  text-decoration: none; }

/* 3lvl */
.structure_parent > ul ul li ul li::before {
  border-top: 1px solid #d7d7d7;
  top: 10px;
  width: 79px;
  left: -76px;
  height: 0; }

.structure_parent > ul ul li ul li .link_cont {
  margin: 9px 0 9px -10px; }

.structure_parent > ul ul li ul li a:hover {
  /*text-decoration: underline;*/ }

.sitemap .structure_parent > ul ul li ul li a:hover {
  text-decoration: underline; }

.structure_parent > ul > li > ul > li > ul {
  margin: 0 0 0 49px;
  padding: 0px; }

/* 4lvl */
.structure_parent > ul > li > ul > li > ul > li > ul {
  margin: 0 0 0 49px; }

.structure_parent > ul ul li ul li ul li::before {
  border-top: 0px solid #d7d7d7;
  top: 11px;
  width: 75px;
  left: -75px;
  height: 0; }

.structure_parent > ul ul li ul li ul li a {
  font-weight: normal; }

.structure_parent > ul ul li ul li ul li a:hover {
  color: #996A00;
  border-bottom: 1px #996A00 dotted; }

/* vertical line on list items */
.structure_parent > ul li:after {
  border-left: 1px solid #d7d7d7;
  height: 93%;
  /* nes neveikia ant Safari*/
  height: -moz-calc(100% - 21px);
  height: -webkit-calc(100% - 21px);
  height: calc(100% - 21px);
  width: 0px;
  top: 10px;
  left: 3px; }

/* 2lvl left-border */
.structure_parent > ul > li > ul li:after {
  height: 66%;
  /* nes neveikia ant Safari*/
  height: -moz-calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px); }

/* lower line on list items from the first level because they don't have parents */
.structure_parent > ul > li::after {
  top: 12px;
  left: 3px; }

.structure_parent > ul > li li li::after {
  border: none; }

.structure_parent > ul > li li li::before {
  left: -27px; }

.structure_parent > ul > li:first-child:before {
  top: 32px; }

/* hide line from the last of the first level list items */
.structure_parent > ul {
  background-position: left 5px;
  background-repeat: no-repeat;
  background-image: url("../img/tree_lvl_1.png"); }

.structure_parent > ul > li > ul > li {
  background-position: left 7px;
  background-repeat: no-repeat;
  background-image: url("../img/tree_lvl_2.png"); }

.structure_parent > ul > li > ul > li {
  background-position: left 7px;
  background-repeat: no-repeat;
  background-image: url("../img/tree_lvl_2.png"); }

.structure_parent > ul > li > ul > li > ul > li {
  background-position: 3px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/tree_lvl_3.png"); }

.structure_parent > ul > li > ul > li > ul > li > ul > li {
  background-image: none; }

.structure_parent > ul li, .structure_parent > ul li a {
  color: #506e95;
  font-weight: bold;
  text-decoration: none; }

.structure_parent > ul li a:hover {
  text-decoration: none;
  color: #506e95;
  border-bottom: 1px dotted #506e95;
  opacity: 0.6; }

.structure_parent > ul li ul li ul a:hover {
  color: #996A00;
  border-bottom: 1px dotted #996A00;
  opacity: 0.6; }

.structure_parent > ul li li li a, .structure_parent > ul li li li {
  color: #996A00;
  font-weight: bold; }

/* Module Site tree END */
/* subscribe START */
.subscribe_list > p {
  margin: 0 0 10px 0; }

.subscribe_list .title {
  width: 180px;
  padding-right: 20px; }

.subscribe_list .type_email .title p,
.subscribe_list .type_secure .title p {
  line-height: 38px;
  margin: 0px; }

@media only screen and (max-width: 768px) {
  .subscribe_list .type_email label.error {
    margin-left: 0; } }

.subscribe_list .type_item {
  margin: 0 0 10px 0; }

.subscribe_list .type_secure {
  margin: 0 0 4px 0; }

.subscribe_list .type_answers {
  margin: 0px; }

.subscribe_list .type_checkbox {
  padding: 1px 0 3px 0; }

.subscribe_list .type_answers .answer .checkbox {
  padding: 2px 9px 0 3px; }

.subscribe_list p.info {
  margin: 0 0 10px 0; }

.subscribe_list .type_secure .sec_img {
  margin: 0 15px 0 0; }

.subscribe_list .type_secure .sec_img img {
  border: 1px #d7d7d7 solid; }

.subscribe_list .correct-line-height {
  line-height: 38px; }

/* subscribe END */
/* search START */
.search_list .search_cont {
  float: left;
  margin: 0 0 19px 0; }

.search_list .search_cont input[type="text"] {
  border: 1px #d7d7d7 solid;
  border-right: 0px #d7d7d7 solid;
  width: 261px; }
  @media only screen and (max-width: 500px) {
    .search_list .search_cont input[type="text"] {
      width: 215px; } }
.search_list .search_cont input[type="submit"] {
  border: 1px #d7d7d7 solid;
  border-left: 0px #d7d7d7 solid;
  background: url("../img/search.svg") center no-repeat;
  background-size: 50%; }

.search_list .search_cont input[type=submit]:hover {
  background: url("../img/search-dark.svg") center no-repeat;
  background-size: 50%; }

.search_list p.info {
  margin: 0 0 10px 0; }

table.search_results {
  border: 0px;
  width: 100%; }

table.search_results td {
  padding: 12px 0px;
  border: 0px; }

table.search_results tr {
  border-bottom: 1px #d7d7d7 solid; }

.search_list .results_found {
  margin: 14px 0 7px 0; }

/* search END */
/* marquee start*/
#sticky_message {
  background: none repeat scroll 0 0 white;
  bottom: 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  color: #525252;
  left: 0;
  padding: 12px 0;
  margin: 0px;
  position: fixed;
  width: 100%;
  z-index: 100; }

.close_sticky_message {
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  width: 30px;
  z-index: 10; }
  .close_sticky_message i:before {
    color: #4e6b93; }

.close_sticky_message:hover,
.close_sticky_message:focus {
  border-bottom: 0px #fff solid; }

.close_sticky_message span {
  background: url("../img/teismai_sprite.png") no-repeat scroll -62px -56px rgba(0, 0, 0, 0);
  display: block;
  height: 16px;
  left: 50%;
  margin: -7px 0 0 -11px;
  overflow: hidden;
  position: absolute;
  text-indent: 100px;
  top: 50%;
  width: 16px; }

#sticky_message .sticky_message {
  margin: 0 auto;
  padding: 0px 60px 0px 20px; }

.str_wrap {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.str_move {
  cursor: move;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  margin: 0px; }

#liMarquee {
  width: 100%; }

#sticky_message p {
  display: inline;
  padding-top: 6px;
  /*color: $link_color;*/
  color: #4e6b93; }

#sticky_message span.split {
  padding-right: 30px; }

.str_move_clone {
  display: inline-block;
  left: 100%;
  position: absolute;
  top: 0;
  vertical-align: top; }

/* marquee end */
/* legislation start */
.filter_teisesaktai .search_cont {
  margin-bottom: 15px; }

.filter_teisesaktai .search_cont.small-input {
  margin-bottom: 0px; }

.filter_teisesaktai .institution-input {
  margin-top: 15px; }

.filter_teisesaktai .search_cont.small-input input[type="text"] {
  width: 120px;
  border-right: 1px #2b2b2b solid; }

.oneLegislation {
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 15px 20px 18px 21px;
  position: relative;
  margin: 0 0 10px 0;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .oneLegislation {
      padding: 15px 14px 16px 15px; } }
.oneLegislation a.showhide:hover,
.oneLegislation a:focus {
  border: 0px; }

.actual_legislation .actti {
  display: inline-block;
  padding: 2px 10px;
  color: #374b6f;
  font-weight: 700;
  font-size: 12px;
  background-color: #f1f1f1; }

.actual_legislation a {
  border: 0 !important; }

.leg_link {
  font-weight: bold;
  border: 0; }
  .leg_link .icon-document {
    color: #d7d7d7;
    font-size: 17px;
    vertical-align: -1px; }
  .leg_link span.ddoc_t {
    border-bottom: 1px #fff dotted; }
  .leg_link:hover, .leg_link:focus, .leg_link:active {
    border: 0; }

.leg_link:hover, .leg_link:focus, .leg_link:active {
  color: #996A00;
  opacity: 0.6; }
  .leg_link:hover span.ddoc_t, .leg_link:focus span.ddoc_t, .leg_link:active span.ddoc_t {
    border-bottom: 1px #996A00 dotted; }

.leg_link .sp-link {
  background-position: -467px -52px; }

.leg_link:hover .sp-link {
  /*background-position: -467px -16px;*/ }

.leg_link:hover .sp-attach {
  background-position: -759px -19px; }

.leg_top .sp-link,
.leg_top .sp-attach {
  padding: 0 6px 0 0; }

.leg_bottom {
  font-size: 12px;
  font-weight: 700;
  margin: 7px 0 0px 0; }

.leg_bottom .sep {
  background: url("../img/sep-12.png") right 1px no-repeat;
  padding: 0 15px 0 0px;
  margin: 0 14px 0 0px;
  font-size: 12px;
  color: #374b6f; }
  .leg_bottom .sep:last-child {
    background: none; }

.leg_top.active .hidden {
  display: block;
  margin: 10px 0 0px 0; }

.leg_top.active .hidden p {
  margin: 0px; }

.found_record {
  margin: 0 0 13px 0; }

.filter_teisesaktai .fright p {
  margin: 0 0 8px 0; }

.sp-legistation-menu {
  background: url("../img/legistation_menu.png") 0 3px no-repeat;
  padding: 6px 0 0 0; }

.sp-legistation-menu:hover {
  background-position: 0 -19px; }

.active .sp-legistation-menu {
  background-position: 0 -19px; }

a.more.active {
  color: #FBAF5D; }

.more {
  position: relative;
  /*z-index:1;*/
  color: #FBAF5D;
  cursor: pointer; }

.oneLegislation .more:hover {
  border-bottom: 1px #996A00 dotted; }

.more.active .hidden {
  display: block; }

.more_content {
  border: 1px solid #d7d7d7;
  padding: 4px 9px;
  position: absolute;
  left: -10px;
  top: -10px;
  background-color: #fff;
  /*z-index: -1;*/
  min-width: 312px;
  max-width: 400px;
  line-height: 17px;
  font-size: 12px; }

.more_content span.block {
  display: block;
  margin: 0 0 8px 0; }

.more_content .block span {
  color: #996A00;
  border-bottom: 1px #fff solid; }

.more_content a {
  /*display: block;
	margin: 0 0 7px 0;*/
  border-bottom: 1px #fff solid; }

.more_content .block span:hover,
.more_content a:hover {
  border-bottom: 1px #996A00 dotted; }

/* legislation end */
/* socia links */
.social_links {
  position: absolute;
  right: 30px;
  top: 18px; }

.social_links .sep {
  background: url("../img/sep-12.png") right 0px no-repeat;
  padding: 0 0px 0 0px;
  margin: 0 1px 0 0px; }

/* socia links end */
/* default classes start */
.fleft {
  float: left; }

.fright {
  float: right; }

.no-margin {
  margin: 0px; }

.no-margin-right {
  margin-right: 0px; }

/* default classes end */
.fancybox-close {
  background-image: url("../img/teismai_sprite.png");
  background-position: -62px -56px;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-close:hover {
  background-position: -62px -20px;
  border-bottom: 0px #fff solid; }

.content_scroll {
  width: 100%;
  overflow-x: auto;
  margin: 0px;
  padding: 0px; }

.content_left a.at-svc-facebook,
.content_left a.at-svc-linkedin,
.content_left a.at-svc-google_plusone_share,
.content_left a.at-svc-twitter {
  background-color: transparent;
  cursor: pointer; }

span.highlight {
  display: inline-block;
  background: #996A00;
  font-weight: 600;
  color: #fff;
  padding: 0 2px; }

.search_item_description {
  color: #636466; }

.search_results a {
  border-bottom: 0px;
  display: block; }

.search_results a:hover .search_item_title {
  color: #996A00;
  border-bottom: 1px dotted #996A00; }

/* teisesaktai style start */
.teisesaktai_list .head_sep {
  float: none;
  border-left: 1px #d7d7d7 solid;
  margin: 0 5px 0 0;
  height: 11px; }

/* teisesaktai style end */
/* MAP module overwrites start*/
.after_text {
  margin: 5px 0 0 0; }

.before_text {
  margin: 0 0 15px 0; }

#map_canvas iframe {
  width: 100%; }

#map_canvas {
  margin: 0 0 20px 0; }

.klase p {
  padding: 2px 20px 2px 0px;
  margin: 0px;
  text-align: left; }

#map_canvas {
  /*	width:510px;
		height:345px;*/
  width: 700px;
  height: 490px;
  margin: 0 0 25px 0 !important; }

p.object_title {
  font-weight: bold;
  padding: 2px 20px 2px 0; }

/* MAP module END*/
.footer_blocks .map_link a:hover {
  border-bottom: 0px #fff solid; }

/* datepicker */
.ui-datepicker .ui-datepicker-title {
  margin: 0 1.1em; }

.ui-datepicker .ui-datepicker-header {
  padding: 4px 0 1px; }

/* datepicker end */
/* widgets */
.block_module .type_email input[type="email"],
.block_module .type_email input[type="text"],
.block_module .type_email input[type="password"] {
  width: 280px; }

/* widgets end */
/* MEETINGS MODULE */
.oneMeeting {
  margin-bottom: 50px; }

.meeting_date {
  font-weight: bold; }

.link_with_arrow {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #996A00;
  font-weight: bold;
  padding: 0 30px 0 0;
  border: none;
  margin: 0;
  cursor: pointer;
  transition: none; }
  .link_with_arrow:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-size: 9px;
    margin-left: 9px;
    vertical-align: 1px; }

a.link_with_arrow:hover {
  text-decoration: none;
  border-bottom: none; }

.with_separator {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../img/separator.png"); }

.with_separator2 {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../img/separator.png"); }

.meeting_status_holder {
  margin-bottom: 25px; }

.meeting_date_inline {
  font-weight: bold; }

.status_holder_inner {
  font-weight: bold; }

.unparticipating {
  color: #cc2738; }

.participating {
  color: #1f8a70; }

.meeting_comment {
  display: block;
  margin-top: 28px;
  margin-bottom: 10px; }

.meeting_textarea {
  width: 100%;
  height: 98px;
  resize: none; }

input[type="submit"].meeting_submit {
  padding-left: 0; }

.meeting_participants {
  width: 100%; }

.meeting_participants td, .meeting_participants th {
  padding: 15px 10px 15px 20px; }

.meeting_participants th {
  text-align: left;
  border-bottom: 3px #506e95 solid; }

/* MEETINGS MODULE ENDS */
/* QUIZ MODULE START */
.block_module .form_mod .type_answers {
  margin: 0 0 5px; }

.quiz_block .form_mod .answer_name {
  width: 250px; }

.quiz_block .type_answers {
  margin-top: 10px;
  margin-bottom: 5px; }

.quiz_block .answer_item {
  margin-bottom: 5px; }

.quiz_block .answer_item .answer_name {
  display: block; }

.quiz_block .answer_item .answer_name span {
  font-weight: bold; }

.quiz_block .answer_item .answer_value {
  display: block;
  height: 4px;
  background-color: #d7d7d7; }

.quiz_block .answer_item .answer_value span {
  display: block;
  height: 4px;
  background-color: #506e95; }

.quiz_block .completed {
  margin-top: 10px;
  text-align: right; }

.quiz_block .submit_link,
.quiz_block .submit_link:link {
  color: #506e95; }

.quiz_block .submit_link:hover,
.quiz_block .submit_link:focus {
  color: #7786a2;
  border-bottom: 0px #fff solid; }

.quiz_block .completed .submit_link {
  padding-right: 0px; }

.quiz_block .more_link,
.quiz_block .no_actuals .submit_link,
.quiz_block input[type=submit] {
  padding-left: 0px; }

/* QUIZ MODULE END */
/* Renginiai*/
h2.event_title {
  margin: 30px 0 20px 0; }

p.datetime, p.cat_title, p.event_location {
  color: #506e95;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 0px 0; }

p.event_location {
  margin: 0 0 15px 0; }

p.event_contact {
  color: #b7b7b7; }

p.event_contact a {
  color: #b7b7b7; }

p.event_contact a:hover {
  border-color: #b7b7b7; }

img.event_img {
  max-width: 100%;
  height: auto;
  margin: 0 0 15px 0; }

.event_text {
  margin: 0; }

a.fancy_single {
  border: none !important; }

#intitle {
  width: 86%; }

.full_width {
  width: 100%;
  margin: 0 0 12px 0; }

.toggler {
  float: right;
  margin: 0 2px 0 0;
  cursor: pointer;
  color: #996A00;
  font-weight: bold;
  padding-top: 9px; }

.toggler span {
  vertical-align: middle;
  margin-left: 4px; }

.event_select {
  display: inline-block;
  float: left;
  width: 214px;
  margin: 0; }

.togglable_content {
  margin: 0;
  display: none; }

#renginiai_search input {
  color: #666; }

.togglable_content #datepicker1, .togglable_content #datepicker2 {
  float: left;
  margin: 0 10px 0 0; }

.togglable_content #datepicker1:focus, .togglable_content #datepicker2:focus {
  color: #666; }

.togglable_content .first_slct {
  margin: 0 10px 0 0; }

.buttons_cnt {
  margin: 10px 0 20px 0; }

.buttons_cnt button {
  padding-left: 0px; }

.renginiai_list {
  margin: 0; }

.one_event {
  margin: 0 0 10px 0;
  display: table; }

.event_meta {
  width: 76px;
  margin: 0;
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  text-align: left; }

.showing {
  display: block; }

.event_date {
  color: #b7b7b7; }

.event_logo {
  margin: 0 0 10px 0;
  background-repeat: no-repeat;
  background-position: center;
  height: 38px;
  width: 100%;
  background-image: url("../img/calendar_events.png"); }

.event_info {
  margin: 0;
  display: table-cell;
  vertical-align: top; }

p.date_location {
  color: #b7b7b7; }

a.event_title {
  color: #506e95;
  font-size: 22px;
  /* Approximation due to font substitution */
  font-weight: 700;
  line-height: 28px;
  /* Approximation due to font substitution */ }

a.event_title:hover {
  border-color: #506e95; }

.event_info p.short {
  margin: 10px 0; }

#events_calendar {
  margin: 0;
  position: relative; }

.calendar_bg {
  margin: 10px 0 0 0;
  position: relative;
  background: url("../img/calendar_bg.png") no-repeat top;
  border: 1px solid #d7d7d7;
  padding: 14px 19px 19px 19px; }

.calendar-btn.cal_prev, .calendar-btn.cal_next {
  border: 0;
  position: absolute; }

.calendar-btn.cal_prev {
  left: 5px;
  top: 0; }

.calendar-btn.cal_next {
  right: 5px;
  top: 0; }

td.current {
  background-color: #506e95;
  color: #fff; }

.month_header {
  height: 30px;
  text-align: center;
  margin: 0 0 20px 0;
  color: #636466;
  font-weight: bold;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase; }

.day_events {
  margin: 0;
  background: #ebebeb;
  padding: 15px 20px;
  position: absolute;
  bottom: 15px;
  width: 260px;
  left: -130px;
  z-index: 1000;
  cursor: default;
  display: none;
  max-height: 330px;
  overflow-y: auto; }

.pop_evt_title {
  margin: 0 0 5px 0;
  color: #636466;
  font-weight: bold;
  text-align: left; }

.pop_evt_title a {
  margin: 0;
  color: #636466;
  font-weight: bold; }

.pop_evt_title a:hover {
  border-color: #636466; }

.oneevent {
  margin: 0;
  cursor: default; }

.oneevent p.date {
  cursor: text; }

.oneevent.more {
  margin: 0 0 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc; }

.oneevent.more:last-child {
  /*	margin-bottom:0;*/
  padding-bottom: 0;
  border: 0; }

#overlay_cal {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 8;
  display: none; }

table.calend {
  border: 0;
  margin: 0 0 20px 0;
  width: 100%;
  border-spacing: 4px !important;
  max-width: 100%;
  border-collapse: separate; }

table.calend td {
  border: 0px;
  margin: 0;
  padding: 2px;
  text-align: center;
  position: relative; }

table.calend td.day_withevents {
  cursor: pointer;
  background-color: #faae5e;
  color: #fff; }

.full_events_url {
  margin: 10px 0 0 0; }

.full_events_url .sp-longarrright {
  height: 17px;
  background-position: -17px -52px; }

.full_events_url a:hover, .full_events_url a:focus, .full_events_url a:active {
  border: none;
  opacity: 0.7;
  color: #996A00; }

.notthismonth {
  color: #b7b7b7; }

/* Renginiai END*/
#poll_form input {
  cursor: pointer; }

.input_group_parent {
  margin: 0 0 2px 0;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: block; }
  .input_group_parent input {
    /*		position:absolute;
		opacity: 0;
		z-index: -1;*/
    vertical-align: -1px;
    margin-right: 5px; }
  .input_group_parent .checkbox_design, .input_group_parent .radio_design {
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    display: none; }
  .input_group_parent .radio_design {
    top: 5px; }
  .input_group_parent .checkbox_design:before {
    content: "\ea53"; }
  .input_group_parent .radio_design:before {
    content: "\ea56"; }
  .input_group_parent input:checked + .checkbox_design:before {
    content: "\ea52"; }
  .input_group_parent input:checked + .radio_design:before {
    content: "\ea54"; }

.scrollable {
  overflow-x: auto; }

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */ }

.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  -webkit-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  content: ''; }

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto; }

.scrollable > div::-webkit-scrollbar {
  height: 12px; }

.scrollable > div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0; }

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?p1bf3");
  src: url("../fonts/icomoon.eot?p1bf3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?p1bf3") format("truetype"), url("../fonts/icomoon.woff?p1bf3") format("woff"), url("../fonts/icomoon.svg?p1bf3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

span[class^="icon-"], span[class*=" icon-"], i[class^="icon-"], i[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-accessibility:before {
  content: "\e904"; }

.icon-arrow:before {
  content: "\e905"; }

.icon-calendar:before {
  content: "\e906"; }

.icon-camera:before {
  content: "\e907"; }

.icon-chevron:before {
  content: "\e908"; }

.icon-chevron_down:before {
  content: "\e909"; }

.icon-close:before {
  content: "\e90a"; }

.icon-close_small:before {
  content: "\e90b"; }

.icon-document:before {
  content: "\e90c"; }

.icon-email:before {
  content: "\e90d"; }

.icon-file_upload:before {
  content: "\e90e"; }

.icon-instagram:before {
  content: "\e90f"; }

.icon-lock:before {
  content: "\e910"; }

.icon-print:before {
  content: "\e911"; }

.icon-refresh:before {
  content: "\e912"; }

.icon-search:before {
  content: "\e913"; }

.icon-structure:before {
  content: "\e914"; }

.icon-ew4-arrow:before {
  content: "\e900"; }

.icon-ew4-chevron:before {
  content: "\e901"; }

.icon-ew4-close:before {
  content: "\e902"; }

.icon-ew4-refresh:before {
  content: "\e903"; }

.icon-maximize:before {
  content: "\e915"; }

.icon-address_book:before {
  content: "\e900"; }

.select2-results li {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.select2-container .select2-choice {
  background: transparent; }
  .select2-container .select2-choice .select2-arrow {
    background: transparent; }
    .select2-container .select2-choice .select2-arrow b {
      background: none;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      line-height: 36px;
      font-size: 8px;
      color: #d7d7d7; }
      .select2-container .select2-choice .select2-arrow b:before {
        content: "\e909"; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  color: #996A00; }

.select2-container .select2-choice {
  border: 2px solid #d7d7d7;
  color: #b7b7b7;
  font-weight: 400;
  padding-left: 16px; }
  .select2-container .select2-choice:hover, .select2-container .select2-choice:focus, .select2-container .select2-choice:active {
    border: 2px solid #d7d7d7;
    color: #b7b7b7; }

.header-menu .tm_link5 {
  background-color: #d3a749; }

.header-menu .tm_link5:hover {
  background-image: url("../img/head_menu_5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media only screen and (max-width: 1023px) {
  .desktop_header {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .mobile_header {
    display: none; } }

/* header*/
header {
  height: 85px;
  margin: 0 auto 0px auto;
  width: 100%;
  position: relative;
  border-bottom: 0;
  text-align: center;
  background-color: #415979; }
  header .logo_link img, header .inside_logo img {
    width: 236px;
    height: 52px;
    margin-top: 10px; }
  header .logo_link img, header .inside_logo img, header h1#site_title, header h1.site_title {
    float: left; }
  header .language_container {
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0;
    z-index: 99; }
  header a.logo_link {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    border: 0; }
    header a.logo_link img {
      display: block;
      width: 90px;
      float: none;
      height: auto;
      margin-top: 14px; }
    header a.logo_link .logo-text {
      position: relative;
      display: block;
      width: 110px;
      margin: 8px 0 0 34px;
      padding: 7px 0 0 0px;
      color: #fff;
      font-family: "Hypatia-Sans-Pro", Arial, sans-serif;
      font-size: 11px;
      line-height: 13px;
      text-align: left;
      font-weight: 400; }
      header a.logo_link .logo-text:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 46px;
        height: 2px;
        background-color: #fff; }
    header a.logo_link.en_lang .logo-text {
      margin: 8px 0 0 28px; }
      header a.logo_link.en_lang .logo-text:before {
        width: 40px; }
  header .inside_logo {
    margin: 0;
    padding: 10px 0 0 10px; }
  header .toggle-menu {
    position: absolute;
    left: 10px;
    top: 15px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #3c527a;
    background-image: url("../img/icon_menu.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
  header span.current_lang {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    background: #3c527a;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer; }
  header .langs {
    margin: 0 0 0 0;
    width: 48px;
    border: 1px solid #3c527a;
    display: none;
    z-index: 90; }
    header .langs a {
      text-decoration: none;
      display: block;
      height: 50px;
      line-height: 50px;
      width: 48px;
      text-align: center;
      color: #3c527a;
      background: #fff;
      font-size: 20px;
      text-transform: uppercase;
      cursor: pointer; }
      header .langs a.current_lang, header .langs a a:hover {
        color: #fff;
        background: #3c527a; }

.jPanelMenu-panel {
  margin: 0; }

.sidebar {
  display: none; }

.overlay_sidebar {
  display: none;
  margin: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #666;
  opacity: 0.7;
  z-index: 50; }

.opened .overlay_sidebar {
  display: block; }

/* header end*/
/* NAV */
.sidebar .default_version {
  display: block;
  margin: 20px 0 0 20px; }

.sidebar .search_cont input[type=text] {
  width: 75%;
  float: left;
  border: 1px solid #d7d7d7; }

.sidebar .search_cont input[type=submit] {
  border: 1px solid #e1e1e1;
  border-left: 0;
  width: 39px;
  height: 40px;
  float: left;
  background-color: #fff;
  background: url("../img/icon_search_gray.png") no-repeat scroll right center transparent;
  padding: 0;
  outline: none;
  text-indent: -9999px;
  background-color: #FFF;
  color: #000; }

.sidebar .search_cont {
  float: none;
  margin: 20px 0 0 18px; }

.sidebar a.fb {
  background-image: url("../img/soc_sprite.jpg");
  background-position: 10px 0;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  margin: 10px 0 10px 10px;
  position: relative;
  transition: background-position 500ms ease 0s;
  width: 60px; }

.sidebar .inside_logo {
  border-bottom: 1px solid #d7d7d7;
  color: #3c527a;
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding: 16px 10px;
  text-transform: uppercase; }

.sidebar .sidebar_cont {
  margin: 0;
  padding: 0px 0 30px 0; }

.sidebar #jPanelMenu-menu {
  margin: 0;
  overflow: auto;
  overflow-y: auto !important; }

.sidebar nav {
  margin: 0 auto;
  position: relative;
  height: auto;
  border-top: 1px solid #e1e1e1; }

.sidebar nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.sidebar nav > ul > li {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  float: none; }

.sidebar nav > ul > li > a {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  height: auto;
  text-align: left;
  outline: medium none;
  /*text-decoration: none !important;*/
  color: #3c527a;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 12px;
  border-bottom: 1px solid #e1e1e1;
  /*background-image:url('../img/nav_sep.png');
		background-position:11px 21px;
		background-repeat: no-repeat;*/ }

.sidebar ul.unimportant {
  margin: 30px 0 30px 0; }

.sidebar nav > ul.unimportant > li > a {
  text-transform: none;
  color: #66728a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  border-bottom: 1px dotted #e1e1e1; }

.sidebar nav > ul > li > a.active, .sidebar nav > ul > li > a:active, .sidebar nav > ul > li > a:focus {
  /*color: #7786a2;*/
  text-decoration: underline; }

.sidebar nav > ul a {
  font-weight: bold; }

.sidebar nav ul > li > ul {
  margin: 0;
  display: none; }

.sidebar nav ul > li > ul ul {
  display: block; }

.sidebar nav ul li ul li {
  background: none;
  margin: 0;
  padding: 0 10px 0 21px;
  text-align: left; }

.sidebar nav ul li ul li a.active {
  color: #7786a2; }

.sidebar nav ul li ul li a {
  display: inline-block;
  padding: 7px 0 7px 0; }

.sidebar nav > ul > li > ul a:hover {
  color: #7786a2; }

.toggle-childs {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-top: 2px;
  background: url("../img/submenu_more.png") no-repeat center bottom; }

.toggle-childs.active {
  background: url("../img/submenu_less.png") no-repeat center top; }

/* Nav end*/
.calendar_bg {
  background-image: url("../img/calendar_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 300px;
  border: 0px solid #d7d7d7; }
  .calendar_bg * {
    color: #fff; }
  .calendar_bg .calendar-btn.cal_prev span {
    display: inline-block;
    color: #fff;
    font-size: 9px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .calendar_bg .calendar-btn.cal_next span {
    color: #fff;
    font-size: 9px; }
  .calendar_bg .calendar-btn.cal_prev, .calendar_bg .calendar-btn.cal_next {
    top: 2px; }
    .calendar_bg .calendar-btn.cal_prev:hover, .calendar_bg .calendar-btn.cal_next:hover {
      opacity: 0.7; }
  .calendar_bg .notthismonth {
    opacity: 0.4; }
  .calendar_bg .current {
    background: rgba(255, 255, 255, 0.5); }
    .calendar_bg .current span {
      color: #996A00;
      font-weight: bold; }
  .calendar_bg table.calend td.day_withevents {
    background: #fff; }
    .calendar_bg table.calend td.day_withevents span {
      color: #996A00; }
  .calendar_bg .select2-container .select2-choice {
    border: 2px solid #fff; }
    .calendar_bg .select2-container .select2-choice .select2-arrow {
      background: transparent; }
      .calendar_bg .select2-container .select2-choice .select2-arrow b {
        color: #fff; }
  .calendar_bg .select2-dropdown-open .select2-choice .select2-arrow b {
    color: #fff; }

.block-plain.newsletter {
  margin-bottom: 0; }
  .block-plain.newsletter .type_item {
    margin-bottom: 0; }
  .block-plain.newsletter * {
    box-sizing: border-box; }
  .block-plain.newsletter .form_mod {
    /*@include bg("newsletter_bg.jpg");*/
    background: linear-gradient(45deg, #4e6b91 85%, white 115%);
    background-size: cover;
    padding: 17px 20px; }
    .block-plain.newsletter .form_mod * {
      color: #fff; }
    .block-plain.newsletter .form_mod input {
      width: 100%;
      background: transparent;
      border: 2px solid #fff; }

.block_module .block-border {
  border-left: 8px solid #996A00; }

.fblock h3.object_title {
  max-width: 200px; }

.footer_content .block-only p, .footer_content .block-only a {
  line-height: 22px; }

.footer_content .block-only p {
  color: #fff; }

.footer_content .block-only a {
  color: #FEECC7; }

@media only screen and (max-width: 1023px) {
  .footer_content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; }
    .footer_content .fleft {
      float: none; }
    .footer_content .fblock {
      width: 100%;
      margin: 0 0 15px 0;
      padding: 0;
      background: none; }
      .footer_content .fblock img.teismai_map {
        max-width: 100%; } }

@media only screen and (max-width: 1023px) {
  .print_button {
    display: none; } }

#social_block {
  z-index: 99; }

@media only screen and (max-width: 1023px) {
  #social_block {
    display: none; }
  img {
    max-width: 100%;
    height: auto; }
  .bg > .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; }
    .bg > .wrapper .content_left {
      float: none;
      width: 100%;
      padding: 0; }
    .bg > .wrapper .right {
      float: none;
      width: 100%;
      padding: 0;
      margin-top: 25px; }
  .footer_bottom {
    background: none; }
    .footer_bottom .copyright {
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box; }
      .footer_bottom .copyright p {
        line-height: 1.5; }
      .footer_bottom .copyright .fleft, .footer_bottom .copyright .fright {
        float: none; }
      .footer_bottom .copyright .fright {
        margin-top: 0px;
        padding-bottom: 20px; } }

@media only screen and (max-width: 1023px) {
  .content_wide {
    margin: 0; }
  .content_wide .content_right {
    width: 100%; }
  /* Submenu start*/
  .submenu_cont {
    margin: 0; }
  /* Social links */
  .social_links {
    margin: 20px 0; }
  .social_links a {
    float: left;
    margin: 0 10px 0 0; }
  /*
	ikonos didesniems mygtukams 


       a.blocklink span.fb{
	       padding:0;
	       width:40px;
	       background-image: url("../img/sprite.png");
	       background-position: -573px -166px;
       }

       a.blocklink span.twitt{
	       padding:0;
	       width:40px;
	       background-image: url("../img/sprite.png");
	       background-position: -622px -166px;
       }

       a.blocklink:hover span.fb{
	       padding:0;
	       width:40px;
	       background-image: url("../img/sprite.png");
	       background-position: -573px -116px;
       }

       a.blocklink:hover span.twitt{
	       padding:0;
	       width:40px;
	       background-image: url("../img/sprite.png");
	       background-position: -622px -116px;
       }

	*/
  a.blocklink span.fb {
    background-position: -16px -357px; }
  a.blocklink:hover span.fb {
    background-position: -16px -321px; }
  a.blocklink span.twitt {
    width: 22px;
    background-position: -118px -357px; }
  a.blocklink:hover span.twitt {
    background-position: -118px -321px; }
  a.blocklink span.linkedin {
    background-position: -49px -357px; }
  a.blocklink:hover span.linkedin {
    background-position: -49px -321px; }
  a.blocklink span.gplus {
    background-position: -84px -357px; }
  a.blocklink:hover span.gplus {
    background-position: -84px -321px; }
  a.blocklink span.rss {
    width: 17px;
    background-position: -159px -357px; }
  a.blocklink:hover span.rss {
    background-position: -159px -321px; }
  a.share_button {
    padding: 0 10px 0 0; }
  a.share_button span {
    display: inline-block;
    float: left; }
  /* Social links end */
  /* Popup window */
  #popup_modal, .popup_modal {
    margin: 0;
    position: relative; }
  .pop_header {
    margin: 20px 0 0 0;
    padding: 16px 0px 12px 0px;
    background: #e1e1e1;
    position: fixed;
    width: inherit;
    box-sizing: border-box;
    top: 0;
    z-index: 8030; }
  a.small_inline {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    outline: none;
    color: #363636; }
  a.inactive {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    outline: none;
    color: #1965af; }
  a.small_inline span {
    float: left;
    line-height: 16px; }
  a.small_inline span.sp-icon {
    margin-right: 5px; }
  #photo_pop {
    margin-left: 20px; }
  a.push_video_link {
    margin-left: 20px; }
  .pop_content {
    margin: 0;
    padding: 0px 5px 20px 5px; }
  .pop_left {
    float: left;
    width: 300px;
    margin: 0;
    margin-top: 12px; }
  .pop_right {
    max-width: 730px;
    margin: 0 auto;
    position: relative;
    display: block; }
  .pop_content .one_new {
    margin: 18px 0; }
  .one_new .title_container {
    margin: 0; }
  .one_new .meta_info {
    margin: 0; }
  .fancybox-close {
    right: 10px;
    top: 10px; }
  .active_marker {
    background-image: url("../img/sprite.png");
    background-position: -502px -468px;
    width: 11px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: 2px; }
  .inactive .active_marker {
    display: none; }
  .pop_right ul, .pop_right li {
    list-style-type: none;
    background: none;
    margin: 0;
    padding: 0; }
  .full_photo_container {
    margin: 0 0 15px 0;
    max-width: 734px;
    max-height: 546px;
    text-align: center; }
  .full_photo_container img {
    width: 100%;
    height: 100%; }
  .csSlideOuter, .csSlideWrapper {
    margin: 0; }
  .csAction > a {
    top: 32%; }
  .photo_info {
    margin: 0; }
  .photo_info p {
    display: block;
    color: #666;
    margin: 0; }
  p.photo_title {
    float: left;
    width: 100%;
    box-sizing: border-box;
    line-height: 18px; }
  p.photo_date {
    float: right;
    width: 110px;
    font-weight: bold;
    text-align: right; }
  /* Popup window end*/
  /* Error and info container */
  .error_container, .info_container {
    margin: 0 0 20px 0;
    padding: 10px 18px; }
  .error_container p, .info_container p {
    margin: 10px 0;
    font-weight: bold; }
  .error_container {
    background: #f9e5e5; }
  .error_container p {
    color: #c30000; }
  .info_container {
    background: #e8f3f0; }
  .info_container p {
    color: #1f8a70; }
  /* Error and info container end */
  /* Module: children*/
  .child_list {
    margin: 0; }
  .child_list a {
    margin: 0 0 10px 0; }
  p.pre_text {
    margin: 0 0 20px 0; }
  /* Module: children END*/
  /* Module: Topic list */
  .category_questions, .questionName, .answer, .questionNameOuter, .question {
    margin: 0; }
  .category {
    margin: 0 0 10px 0; }
  .category_questions {
    padding: 0 20px 20px 20px; }
  .category_questions .act .questionName {
    color: #636466; }
  .answer {
    padding: 10px 0; }
  .questionName {
    padding: 5px 0; }
  /* Module Site tree */
  /*
	 Tree structure using CSS:
	 http://stackoverflow.com/questions/14922247/how-to-get-a-tree-in-html-using-pure-css
	*/
  .tree, .tree ul {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden; }
  .tree {
    margin-bottom: 40px;
    height: 100%; }
  .tree ul ul {
    padding: 10px 0 2px 0; }
  .tree li, .tree ul {
    background: none;
    margin: 0;
    padding: 0;
    overflow: visible; }
  .tree li {
    margin: 0 0 0 0;
    padding: 0 30px;
    position: relative; }
  .link_cont {
    margin: 0px 0 8px -10px; }
  .link_cont a {
    line-height: 18px;
    display: inline-block; }
  .tree > li > ul > li > .link_cont {
    margin: 10px 0 0 -13px; }
  .tree > li > ul > li > .link_cont a, .tree > li > .link_cont a {
    text-decoration: none; }
  .tree li::before, .tree li::after {
    content: '';
    position: absolute;
    left: 0; }
  /* horizontal line on inner list items */
  .tree li::before {
    border-top: 1px solid #d8d8d8;
    top: 10px;
    width: 27px;
    left: -27px;
    height: 0; }
  /* vertical line on list items */
  .tree li:after {
    border-left: 1px solid #d8d8d8;
    height: 93%;
    /* nes neveikia ant Safari*/
    height: -moz-calc(100% - 27px);
    height: -webkit-calc(100% - 27px);
    height: calc(100% - 27px);
    width: 0px;
    top: 10px;
    left: 3px; }
  .tree > li > ul li:after {
    height: 66%;
    /* nes neveikia ant Safari*/
    height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px); }
  /* lower line on list items from the first level because they don't have parents */
  .tree > li::after {
    top: 15px;
    left: 3px; }
  .tree > li li li::after {
    border: none; }
  .tree > li li li::before {
    left: -27px; }
  .tree > li:first-child:before {
    top: 32px; }
  /* hide line from the last of the first level list items */
  .tree {
    background-position: left 8px;
    background-repeat: no-repeat;
    background-image: url("../img/square.png"); }
  .tree > li > ul > li {
    background-position: left 7px;
    background-repeat: no-repeat;
    background-image: url("../img/square_grey.png"); }
  .tree > li > ul > li {
    background-position: left 7px;
    background-repeat: no-repeat;
    background-image: url("../img/square_grey.png"); }
  .tree > li > ul > li > ul > li {
    background-position: left 8px;
    background-repeat: no-repeat;
    background-image: url("../img/square_white.png"); }
  .tree li, .tree li a {
    color: #363636;
    font-weight: bold; }
  .tree li li li a, .tree li li li {
    color: #1965af;
    font-weight: normal; }
  /* Module Site tree END */
  /* Module Schedule */
  table.schedule_list {
    border: 0; }
  table.schedule_list td {
    border: 0;
    padding: 20px 0 20px 0; }
  table.schedule_list tr {
    background-image: url("../img/dot_separator.png");
    background-position: bottom;
    background-repeat: repeat-x; }
  table.schedule_list tr:last-child {
    background: none; }
  table.schedule_list tr td:first-child {
    vertical-align: middle;
    width: 70px;
    text-align: center; }
  table.schedule_list tr td:last-child {
    padding-left: 10px; }
  div.time {
    background-image: url("../img/laikrodis.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 23px;
    color: #1965af;
    font-weight: 600;
    font-size: 20px;
    margin: 0; }
  .calend {
    width: 100%;
    max-width: 400px;
    margin: 0 0 30px 0; }
  .calend td {
    border: 1px solid #E1E1E1;
    padding: 0;
    text-align: center; }
  .calend thead td {
    font-weight: bold;
    padding: 10px 0; }
  .calend td a {
    display: inline-block;
    color: #636466;
    display: block;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear; }
  .calend span.inactive {
    color: #CBCBCB;
    display: block;
    padding: 10px 5px; }
  .calend span.current a, .calend a:hover {
    background-color: #1965AF;
    color: #FFFFFF;
    font-weight: bold; }
  .cal_title {
    position: relative;
    margin: 0 0 10px 0;
    height: 40px;
    text-align: center;
    max-width: 400px; }
  .cal_prev {
    background-position: -7px -158px;
    left: 2px; }
  .cal_next {
    background-position: -465px -158px;
    right: 2px; }
  .cal_prev, .cal_next {
    background-image: url("../img/sprite.png");
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 2px;
    width: 40px;
    outline: none; }
  .cal_title span {
    display: inline-block;
    margin-top: 9px;
    font-size: 14px; }
  /* Module Schedule END */
  /* Module Dekretai*/
  .search_cont_main input[type=text], .search_cont_main a {
    float: left; }
  .search_cont_main input[type=text] {
    margin: 0 10px 0 0;
    width: 180px; }
  .years_list {
    margin: 12px 0 10px 0; }
  .months_list {
    margin: 0 0 24px 0; }
  .months_list span {
    color: #999; }
  .months_list a.active, .years_list a.active, .years_list a:hover, .months_list a:hover {
    background: #efefef;
    color: #1965AF;
    text-decoration: none; }
  .years_list a, .months_list a, .years_list span, .months_list span {
    display: inline-block;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 3px; }
  table.dekretai {
    border: 0; }
  table.dekretai td {
    border: 0;
    padding: 20px 0 20px 0; }
  table.dekretai tr {
    background-image: url("../img/dot_separator.png");
    background-position: bottom;
    background-repeat: repeat-x;
    cursor: pointer; }
  table.dekretai tr:last-child {
    background: none; }
  table.dekretai tr td:first-child {
    vertical-align: middle;
    width: 120px;
    text-align: center; }
  table.dekretai tr td:last-child {
    padding-left: 10px; }
  table.dekretai tr:hover {
    background: #efefef; }
  table.dekretai a {
    outline: none; }
  table.dekretai tr:hover a span {
    color: #1965AF;
    text-decoration: none; }
  table.dekretai tr:hover a {
    color: #1965AF;
    text-decoration: none; }
  table.dekretai tr:hover .sp-page {
    background-position: -741px -265px; }
  table.dekretai tr:hover .sp-link {
    background-position: -769px -265px; }
  table.dekretai tr:hover div.calendar {
    background-position: -443px -563px; }
  div.calendar {
    background-image: url("../img/sprite.png");
    background-position: -350px -372px;
    background-repeat: no-repeat;
    padding-top: 23px;
    color: #1965af;
    font-weight: 600;
    font-size: 20px;
    margin: 0; }
  table.dekretai td:last-child a {
    display: inline-block; }
  table.dekretai td:last-child a:hover {
    color: #1965AF;
    text-decoration: none; }
  table.dekretai td:last-child a span.sp-icon {
    margin-left: 7px;
    vertical-align: top; }
  /* Module Dekretai END*/
  /* Module Search*/
  .content_list {
    margin: 20px 0 10px 0; }
  .content_list a {
    display: inline-block;
    float: left;
    margin: 0 8px 0 0; }
  .content_list a:hover {
    color: #363636;
    text-decoration: underline; }
  span.highlight {
    display: inline-block;
    background: #ffba00;
    font-weight: 600;
    color: #fff;
    padding: 0 5px; }
  div.workgroup {
    background-image: url("../img/briefcase.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 23px;
    color: #1965af;
    font-weight: 600;
    font-size: 20px;
    margin: 0; }
  .workgroup_info {
    margin: 0; }
  .workgroup_title {
    margin: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase; }
  .workgroup_member {
    margin: 0 20px 0 0;
    float: left;
    width: 35%; }
  .workgroup_contacts {
    margin: 0;
    float: left;
    width: 55%; }
  .calendar_event_photo {
    margin: 0 20px 5px 0;
    float: left;
    display: inline-block; }
  .calendar_event_photo img {
    max-width: 160px; }
  .calendar_event_description {
    margin: 0;
    float: left;
    display: inline-block;
    width: 66%; }
  .ev_title {
    font-weight: bold;
    margin: 0 10px 0 0; }
  .ev_text {
    margin: 0; }
  /* Module Search END*/
  /* Module Photo Video Audio Gallery */
  .one_album .title_container {
    width: 100%;
    box-sizing: border-box; }
  /* Module Photo Video Audio Gallery END*/
  /* Module Forms */
  .select2-container {
    min-width: 300px; }
  .form_el_title {
    margin: 0 0 10px 0; }
  .form_el input[type="radio"] {
    margin-right: 4px;
    vertical-align: baseline; }
  .form_el input[type="checkbox"] {
    margin: 1px 4px 0 0;
    vertical-align: sub; }
  .form_el input[type="text"], .form_el input[type="email"] {
    width: 100%; }
  .form_el textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 180px;
    max-height: 360px; }
  label {
    line-height: 20px; }
  .form_container {
    margin: 0; }
  .form_el {
    margin: 0 0 20px; }
  input[type=text].error, input[type=email].error, textarea.error {
    border: 2px solid #c30000; }
  label.error {
    display: block;
    margin: 5px 0 10px 0;
    color: #c30000; }
  .required:before {
    content: " *";
    color: #c30000; }
  .sec_code {
    margin: 0; }
  .sec_code > div {
    margin: 0; }
  .sec_code input[type="text"] {
    min-width: 120px;
    width: 120px;
    margin-right: 10px; }
  /* Module Forms END */
  /* Associations */
  .assoc_block {
    margin: 0 0 20px 0; }
  .assoc_block .meta_info {
    margin: 5px 0; }
  .legislations a span {
    display: inline-block;
    float: left;
    width: 93%; }
  .legislations a span.sp-icon {
    float: right;
    width: 16px;
    margin-top: 4px; }
  .one_assoc_new {
    margin: 0 0 0 -6px;
    padding: 5px 4px 3px 7px;
    cursor: pointer; }
  .one_assoc_new:hover .date {
    color: #1965AF; }
  .one_assoc_new:hover a {
    text-decoration: none; }
  .one_assoc_new:hover span.sp-photo {
    background-position: -689px -265px; }
  .one_assoc_new:hover span.sp-video {
    background-position: -715px -265px; }
  .one_legislation {
    margin: 0 0 0 -7px;
    padding: 5px 4px 3px 8px;
    cursor: pointer; }
  .one_legislation a span {
    text-decoration: underline; }
  .one_legislation:hover a span {
    text-decoration: none; }
  .one_legislation:hover .date {
    color: #1965AF; }
  .one_legislation:hover span.sp-link {
    background-position: -769px -265px; }
  .one_legislation:hover span.sp-page {
    background-position: -741px -265px; }
  .one_assoc_new:hover, .one_legislation:hover {
    background: #efefef; }
  .news_inner .widget_image {
    float: left;
    margin: 0 9px 12px 0;
    overflow: hidden; }
  img.only_image {
    width: 100%;
    height: auto; }
  .news_inner .video_thumb img {
    margin-left: -30px; }
  .news_image_with {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 11px 10px 0; }
  .news_images_cont {
    margin: 0;
    width: 100%; }
  .other_videos {
    margin: 20px 0; }
  .other_albums {
    margin: 40px 0 0 0; }
  .other_videos .widget_image, .other_albums .widget_image {
    float: left;
    margin: 0 5px 5px 0;
    overflow: hidden;
    border: 2px solid #fff; }
  .other_videos .widget_image img {
    margin-left: -30px; }
  .other_videos .act, .other_albums .act {
    border: 2px solid #1965AF; }
  .one_gallery .csPager {
    height: 120px;
    overflow: hidden; }
  /* Associations END */
  /* Print button */
  a.print_button {
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none; }
  /* Print button END*/
  /* Module: Contacts*/
  .contacts_search table {
    table-layout: fixed; }
  .contacts_search td.first {
    width: 180px;
    padding-right: 10px; }
  .contacts_search td.second {
    width: 160px; }
  .contacts_search td.third {
    width: 84px; }
  .contacts_search td input {
    width: 203px; }
  .contacts_search td.fourth {
    width: 158px; }
  .contacts_search .select2-container {
    min-width: 300px;
    max-width: 300px; }
  .contacts_search input[type=text] {
    min-width: 300px; }
  .contacts_search table, .contacts_search table td {
    padding: 0;
    border: 0; }
  .contacts_category, .contacts_category_items, .answer, .unit, .question {
    margin: 0; }
  .contacts_list ul, .contacts_list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: none; }
  .contacts_list > ul > li > a {
    color: #636466;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 19px;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
    background-color: #E1E1E1;
    margin: 10px 0 10px 0; }
  .contacts_list > ul > li > a:hover {
    background-color: #1965AF;
    color: #FFFFFF; }
  .not_found {
    margin: 20px 0 20px 0; }
  .results_found {
    margin: 20px 0 30px 0; }
  .contacts_list > ul > li > ul {
    padding: 4px 0; }
  .contacts_list > ul > li > ul a {
    margin: 0px 0 0px 20px;
    display: block;
    padding: 3px 0; }
  .contacts_list > ul > li > ul > li > ul a {
    margin-left: 50px; }
  table.contacts_inner {
    border: 0; }
  .contact_group_title {
    background-color: #1965AF;
    color: #fff;
    font-weight: bold;
    line-height: 19px;
    padding: 10px 20px; }
  table.contacts_inner td {
    padding: 12px 20px 0 0;
    vertical-align: top;
    border: 0; }
  table.contacts_inner td:last-child {
    padding: 12px 0px 0 0; }
  table.contacts_inner tr.sep td {
    background-image: url("../img/dot_separator.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 15px 0 0 0;
    height: 1px; }
  /* Module Contacts END */
  .actual_text {
    padding: 20px 0px;
    margin: 0 0 10px 0;
    overflow: hidden; }
  .slide_container_link {
    margin: 0;
    cursor: pointer;
    position: absolute;
    width: inherit;
    height: 100px; }
  .contact_name {
    font-weight: bold; }
  #title_slides a.fancy_ajax {
    z-index: 9999; }
  .itm_cont {
    cursor: pointer; }
  .no_schedule_cont {
    margin: 10px 0 20px 0; }
  .single_slide .navprev, .single_slide .navnext {
    display: none; }
  /* Module quotes*/
  table.quotes tr {
    cursor: default; }
  /* Module quotes END*/
  .mobile_fnc {
    max-width: 800px; }
  .youtube_window {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .youtube_window #yt_window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .default_version {
    margin: 20px 0 0 20px;
    display: block; }
  .csSlideOuter .csPager.cSGallery li {
    height: 75px; }
  .csSlideOuter .csPager.cSGallery li img {
    width: 100%; }
  .popup_single .popup_modal {
    width: auto; }
  /* No image news*/
  .no_images_news {
    margin: 0 0 0 -5px;
    padding-right: 5px; }
  .no_image_new {
    margin: 0 0 14px 0;
    padding: 5px 5px;
    cursor: pointer; }
  .no_image_new .meta_info {
    margin: 0px 0 4px; }
  .no_image_new:hover {
    background: #efefef; }
  .no_image_new:hover h3, .no_image_new:hover p.short {
    text-decoration: none; }
  .no_image_new h3 {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    text-decoration: underline; }
  .no_image_new p.short {
    color: #1965AF;
    text-decoration: underline; }
  /* no images news end*/
  /* Module quotes*/
  table.quotes tr {
    cursor: default; }
  /* Module quotes END*/
  .pre_text {
    margin: 0 0 20px 0; }
  div.sep {
    background-image: url("../img/dot_separator.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 15px 0 0px 0;
    margin-bottom: 18px;
    height: 1px; }
  .contacts_inner {
    margin: 20px 0 20px 0; }
  .error .select2-choice {
    border: 2px solid #c30000; }
  .notice_download {
    float: left;
    display: inline-block; }
  .download_photo .head_sep {
    margin: 7px 7px 0 7px; }
  .download_photo .sp-icon {
    margin-left: 7px; }
  .small_new .title_container {
    margin: 0 0 7px;
    padding: 40px 18px 5px; }
  .small_new .title_container {
    margin: 0 0 7px;
    padding: 40px 18px 5px; }
  .image_container .title_container {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    zoom: 1;
    padding: 5px 18px;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    /*width:630px;*/
    width: 100%;
    max-width: 764px;
    -webkit-transition: padding 200ms;
    transition: padding 200ms; }
    .image_container .title_container h2 {
      font-size: 17px;
      font-weight: 500; }
  .image_container:hover .title_container {
    padding: 70px 18px 20px 18px; }
  .image_container h2 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 9px; }
  /* Titulinis sidebar */
  .right .search_cont input[type=text] {
    width: 261px; }
  .right .search_cont {
    margin-bottom: 10px; }
  .schedule_cont {
    margin: 0 0 20px 0;
    padding: 20px 10px 10px 10px;
    background: #e1e1e1; }
  .schedule_item {
    margin: 0 0 10px 0;
    padding: 5px 0;
    background-image: url("../img/dot_separator.png");
    background-position: bottom;
    background-repeat: repeat-x; }
  .schedule_item p {
    margin: 5px 0;
    text-align: left; }
  span.time {
    display: inline-block;
    float: left;
    color: #1965af;
    font-weight: 600;
    font-size: 22px;
    margin: 3px 7px 0px 0; }
  .gallery_widget {
    position: relative;
    margin: 0 0 20px 0; }
  #gallery_widget_cont, #video_widget_cont {
    margin: 0 0 0 20px; }
  .bjqs-wrapper {
    margin: 0; }
  .bjqs {
    margin: 0;
    padding: 0;
    display: block;
    position: relative; }
  .bjqs li {
    margin: 0;
    padding: 0;
    background: none;
    z-index: 5; }
  .bjqs-controls {
    position: absolute;
    top: 400px;
    left: 314px;
    width: 72px;
    height: 40px;
    z-index: 1;
    margin: 7px 0 20px 0px; }
  .bjqs-controls li a {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    outline: none;
    padding: 5px; }
  .bjqs-controls li.bjqs-prev {
    float: left;
    background: none;
    padding: 0px; }
  .bjqs-controls li.bjqs-next {
    float: right;
    background: none;
    padding: 0px; }
  .bjqs-controls li.bjqs-prev a {
    background-image: url("../img/teismai_sprite.png");
    background-repeat: no-repeat;
    background-position: -563px -50px; }
  .bjqs-controls li.bjqs-prev a:hover {
    background-position: -563px -14px;
    border-bottom: 0px #000 solid; }
  .bjqs-controls li.bjqs-prev a:focus {
    border-bottom: 0px #000 solid; }
  .bjqs-controls li.bjqs-next a {
    background-image: url("../img/teismai_sprite.png");
    background-repeat: no-repeat;
    background-position: -15px -50px; }
  .bjqs-controls li.bjqs-next a:hover {
    background-position: -15px -14px;
    border-bottom: 0px #000 solid; }
  .bjqs-controls li.bjqs-next a:focus {
    border-bottom: 0px #000 solid; }
  .bjqs .image_container {
    width: 700px;
    height: 400px; }
  .bjqs .image_container .title_container {
    width: 700px;
    padding: 40px 18px 5px; }
  .widget_window {
    margin: 0;
    text-align: center; }
  a.arr_left, a.arr_right {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 30px;
    padding-top: 10px;
    top: 71px;
    text-align: center; }
  a.arr_left {
    left: 20px; }
  a.arr_right {
    right: 20px; }
  .widget_window p {
    text-align: center;
    margin: 15px 0 0 0; }
  .widget_image {
    margin: 0 auto;
    position: relative;
    width: 160px;
    height: 120px;
    cursor: pointer; }
  .video_widget {
    position: relative;
    margin: 0 0 20px 0; }
  .gallery_item_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../img/camera_icon.png");
    background-position: center;
    position: absolute;
    top: 48px;
    left: 76px; }
  .video_item_icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url("../img/video_icon.png");
    background-position: center;
    position: absolute;
    top: 44px;
    left: 64px; }
  .follow_us {
    margin: 0 0 20px 0; }
  .mail_cont {
    margin: 20px 0; }
  .mail_cont input[type=text] {
    border-right: 0px;
    width: 260px;
    float: left; }
  .mail_cont input[type=submit] {
    border: 2px solid #e1e1e1;
    border-left: 0;
    width: 39px;
    height: 36px;
    float: left;
    background-color: #fff;
    background-image: url("../img/mail_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    outline: none;
    text-indent: -9999px; }
  .csAction {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    user-select: none; }
  /* Titulinis sidebar end */
  /* Titulinis news, naujienu listas, galeriju listas */
  .news_content {
    margin: 0; }
  .news_list {
    margin: 0;
    padding: 4px 0 0 0; }
  .inFrontpage {
    padding: 0px 0 0 0; }
  .main_new {
    margin: 0 0 20px 0; }
  .image_container {
    margin: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden; }
  .image_container .title_container {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    zoom: 1;
    padding: 5px 18px;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    width: 100%;
    -webkit-transition: padding 200ms;
    transition: padding 200ms; }
  .image_container:hover .title_container {
    padding: 70px 18px 20px 18px; }
  .image_container h2 {
    color: #fff;
    margin: 0 0 9px 0; }
  .meta_info {
    margin: 10px 0 8px 0; }
  .meta_info span {
    margin: 0 14px 0 0;
    float: left; }
  .meta_info span.head_sep {
    margin-top: 4px;
    background: none; }
  .meta_info .sp-icon {
    margin-top: 3px; }
  .date {
    color: #b7b7b7;
    font-weight: normal;
    display: inline-block;
    float: left; }
  .category {
    color: #b7b7b7;
    font-weight: normal;
    display: inline-block; }
  .small_news_cont {
    margin: 0; }
  .news_filter {
    margin: 0 0 8px 0; }
  .news_filter ul {
    float: left;
    margin: 0 0 3px 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    list-style: none outside none; }
  .news_filter ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative; }
  .news_filter a {
    font-size: 14px;
    color: #996A00;
    font-weight: bold; }
  .news_filter ul li a {
    display: block;
    padding: 3px 3px 3px 0px;
    position: relative; }
  .news_filter a:hover,
  .news_filter a:focus {
    color: #3c527a;
    border-bottom: 0px #000 solid; }
  .news_filter a.active {
    color: #3c527a;
    border-bottom: 0px #000 solid; }
  .news_filter a.active:hover,
  .news_filter a.active:focus {
    color: #7786a2; }
  .news_filter a.disabled {
    cursor: default; }
  .news_filter a.disabled:hover,
  .news_filter a.disabled:focus {
    color: #996A00; }
  /* Jei naujienu modulyje, tada biski parastes*/
  .content_left .small_news_cont {
    margin-left: 0px; }
  .issuuembed div:nth-child(2) {
    display: none; }
  p.short {
    margin: 15px 0 9px 0;
    text-align: left; }
  .news_inner {
    margin: 0; }
  .news_inner img {
    max-width: 700px;
    height: auto; }
  a.image_link {
    float: left;
    margin: 0 20px 10px 0; }
  a.image_link:hover {
    border-bottom: 0px #000 solid; }
  .news_inner .meta_info {
    margin: 0px 0 8px 0; }
  .small_new.lasttwo {
    margin-bottom: 10px; }
  /* susijusios naujienos start */
  h2.related_list {
    margin: 18px 0 8px 0px;
    padding: 8px 0 0 0; }
  .related_news h3.related {
    color: #996A00;
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 10px 0; }
  .related_news p.short {
    margin: 10px 0 9px;
    text-align: left; }
  .related_news .small_new {
    margin-bottom: 10px; }
  /* susijusios naujienos end */
  /* Titulinis news end */
  /* Slides */
  .frontpage_slides {
    /*height: 446px;*/ }
  .slides_wrapper {
    margin: 10px 0 0 0; }
  #title_slides {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 9px;
    position: relative; }
  #title_slides li {
    background: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden; }
  #title_slides .full_photo_container {
    height: 400px; }
  #title_slides .image_container {
    height: 400px; }
  #title_slides .title_container {
    position: absolute;
    bottom: 0px;
    padding: 40px 18px 5px;
    margin: 0px;
    width: 664px; }
  #title_slides .image_container:hover .title_container {
    padding: 70px 18px 20px 18px; }
  #title_slides .title_container h2 {
    color: #fff;
    margin: 0 0 9px; }
  .frontpage_slides .csSlideOuter {
    /*overflow: visible;*/ }
  .frontpage_slides .csSlideWrapper {
    height: 446px;
    /*overflow: hidden;*/
    /*display: block;*/ }
  .frontpage_slides .csAction {
    display: block; }
  .frontpage_slides .csAction > a {
    top: 409px; }
  /*#title_slides div a img, #title_slides div img{
		display:none;

	}*/
  .navprev, .navnext {
    width: 62px;
    height: 63px;
    outline: none; }
  .navprev {
    margin: 0;
    position: absolute;
    right: 80px;
    bottom: 20px;
    height: 50px;
    background-position: -161px -38px;
    background-image: url("../img/sprite.png");
    padding: 0;
    width: 50px;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #0099ff; }
  .navnext {
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 50px;
    background-position: -220px -38px;
    background-image: url("../img/sprite.png");
    padding: 0;
    width: 50px;
    background-color: #008b52;
    z-index: 99;
    cursor: pointer;
    background-color: #0099ff; }
  .navprev:before, .navnext:before {
    content: ""; }
  #title_slides a {
    display: block; }
  /*#title_slides img{
	filter: url('../../libs/grayscale/filters.svg#grayscale'); 
		filter: gray; 
		-webkit-filter: grayscale(1); 
	box-shadow: 0 8px 8px -2px #ccc;
	border:0;
	}*/
  .text_cont {
    position: absolute;
    margin: 0;
    opacity: 1 !important; }
  .itm_cont {
    display: inline-block;
    margin: 0; }
  .opac {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 340px;
    right: 0;
    height: 100%;
    overflow: hidden;
    z-index: 8; }
  .opacEl {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    background-image: url("../img/transparent_blue.png"); }
  .slideinfo {
    margin: 0;
    top: 0;
    height: 287px;
    background: transparent;
    position: absolute;
    padding: 20px;
    overflow: hidden; }
  .slide_title, .slide_desc {
    display: block;
    width: 100%;
    right: 0;
    color: #fff;
    margin: 0; }
  .slide_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600; }
  .itm_cont .text_cont {
    display: none !important; }
  .carousel-center .text_cont {
    display: block !important; }
  /* Slides END*/
  /* Social links */
  #social_block {
    height: 50px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 30%;
    width: 60px;
    z-index: 99; }
  #social_block a {
    /*background-image: url("../img/teismai_sprite.png");*/
    background-image: url("../img/soc_sprite.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    position: relative;
    width: 60px;
    -webkit-transition: background-position 500ms;
    -moz-transition: background-position 500ms;
    -o-transition: background-position 500ms;
    transition: background-position 500ms; }
  #social_block a:hover,
  #social_block a:focus {
    border-bottom: 0px #fff solid; }
  a.fb {
    /*background-position: -609px -20px;*/
    background-image: url("../img/soc_sprite.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    position: relative;
    transition: background-position 500ms ease 0s;
    width: 60px;
    background-position: 10px -0px;
    margin: 10px 0 10px 10px; }
  a.in {
    /*background-position: -609px -70px;*/
    background-position: 10px -50px; }
  a.in:hover {
    background-position: -0px -50px; }
  a.youtube {
    /*background-position: -609px -120px;*/
    background-position: 10px -100px; }
  a.youtube:hover {
    /*background-position: -679px -120px;*/
    background-position: -0px -100px; }
  a.rss {
    /*background-position: -609px -170px;*/
    background-position: 10px -150px; }
  a.rss:hover {
    /*background-position: -679px -170px;*/
    background-position: -0px -150px; }
  a.flickr {
    /*background-position: -609px -170px;*/
    background-position: 10px -200px; }
  a.flickr:hover {
    /*background-position: -679px -170px;*/
    background-position: -0px -200px; }
  a.issu {
    /*background-position: -609px -170px;*/
    background-position: 10px -250px; }
  a.issu:hover {
    /*background-position: -679px -170px;*/
    background-position: -0px -250px; }
  /*
	ikonos didesniems mygtukams 


       a.blocklink span.fb{
	       padding:0;
	       width:40px;
	       background-image: url("../img/sprite.png");
	       background-position: -573px -166px;
       }

       a.blocklink span.twitt{
	       padding:0;
	       width:40px;
	       background-image: url("../img/sprite.png");
	       background-position: -622px -166px;
       }

       a.blocklink:hover span.fb{
	       padding:0;
	       width:40px;
	       background-image: url("../img/sprite.png");
	       background-position: -573px -116px;
       }

       a.blocklink:hover span.twitt{
	       padding:0;
	       width:40px;
	       background-image: url("../img/sprite.png");
	       background-position: -622px -116px;
       }

	*/
  a.blocklink span.fb {
    background-position: -16px -357px; }
  a.blocklink:hover span.fb {
    background-position: -16px -321px; }
  a.blocklink span.twitt {
    width: 22px;
    background-position: -118px -357px; }
  a.blocklink:hover span.twitt {
    background-position: -118px -321px; }
  a.blocklink span.linkedin {
    background-position: -49px -357px; }
  a.blocklink:hover span.linkedin {
    background-position: -49px -321px; }
  a.blocklink span.gplus {
    background-position: -84px -357px; }
  a.blocklink:hover span.gplus {
    background-position: -84px -321px; }
  a.blocklink span.rss {
    width: 17px;
    background-position: -159px -357px; }
  a.blocklink:hover span.rss {
    background-position: -159px -321px; }
  a.share_button {
    padding: 0 10px 0 0; }
  a.share_button span {
    display: inline-block;
    float: left; }
  /* Social links end */
  /* Popup window */
  #popup_modal {
    margin: 0;
    /*min-height:600px;*/ }
  .pop_header {
    margin: 0;
    padding: 16px 20px 12px 20px;
    background: #e1e1e1; }
  a.small_inline {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    outline: none;
    color: #363636; }
  a.inactive {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    outline: none;
    color: #1965af; }
  a.small_inline span {
    float: left;
    line-height: 16px; }
  a.small_inline span.sp-icon {
    margin-right: 5px; }
  .pop_content {
    margin: 0;
    padding: 12px 20px; }
  .pop_left {
    float: left;
    width: 300px;
    margin: 0;
    margin-top: 12px; }
  .pop_right {
    margin: 0; }
  .pop_content .one_new {
    margin: 18px 0; }
  .one_new .title_container {
    margin: 0; }
  .one_new .meta_info {
    margin: 0; }
  .active_marker {
    background-image: url("../img/sprite.png");
    background-position: -502px -468px;
    width: 11px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: 2px; }
  .inactive .active_marker {
    display: none; }
  .pop_right ul, .pop_right li {
    list-style-type: none;
    background: none;
    margin: 0;
    padding: 0; }
  .pop_right li {
    width: auto; }
  .full_photo_container {
    margin: 0 0 0px 0; }
  .csSlideOuter, .csSlideWrapper {
    margin: 0;
    position: relative; }
  .photo_info {
    margin: 0; }
  .photo_info p {
    display: block;
    color: #c2c2c2;
    margin: 0; }
  p.photo_title {
    float: left;
    width: 679px; }
  p.photo_date {
    float: right;
    width: 110px;
    font-weight: bold;
    text-align: right; }
  #curr_gallery_title {
    font-size: 22px;
    color: #996A00;
    margin: 0px 0 16px; }
  /* Popup window end*/
  /*gallery in popup style start */
  .csAction {
    margin: 0px;
    position: absolute;
    bottom: -31px;
    width: 100%;
    height: 40px; }
  .csAction > a {
    margin-top: 0px;
    width: 30px;
    height: 30px;
    background-image: url("../../../themes/site/img/teismai_sprite.png");
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .csAction > .csPrev {
    background-position: -565px -49px;
    left: 10px; }
  .csAction > .csPrev:hover {
    background-position: -565px -13px;
    border-bottom: 0px #fff solid; }
  .csAction > .csNext {
    background-position: -17px -49px;
    right: 10px; }
  .csAction > .csNext:hover {
    background-position: -17px -13px;
    border-bottom: 0px #fff solid; }
  .csSlideOuter .csPager.cSGallery {
    margin-top: 42px;
    margin-bottom: 20px; }
  /*gallery in popup style end */
  /* Error and info container */
  .error_container, .info_container {
    margin: 50px 0 20px 0;
    padding: 10px 18px; }
  .error_container p, .info_container p {
    margin: 10px 0;
    font-weight: bold; }
  .error_container {
    background: #f9e5e5; }
  .error_container p {
    color: #c30000; }
  .info_container {
    background: #e8f3f0; }
  .info_container p {
    color: #1f8a70; }
  /* Error and info container end */
  /* select style start */
  .select2 {
    width: 200px; }
  /* select style end */
  /* Teismo pranesimo style start */
  .messages_list {
    padding: 0px;
    margin: 25px 0 0 0; }
  .messages_list h1.main_title {
    margin: 10px 0 20px; }
  .small_messages_cont {
    padding: 0px;
    margin: 0px; }
  .small_message {
    width: 220px;
    margin: 0 20px 15px 0;
    float: left; }
  .small_message p.short {
    margin: 0px 0 9px 0; }
  .small_message a {
    display: block;
    font-weight: bold; }
  .small_message a:hover {
    font-weight: bold;
    color: #fcc78e;
    border-bottom: 0px #fff solid; }
  .small_message.lastthree {
    margin-bottom: 10px; }
  /* Teismo pranesimo style end */
  /* Gallery style start */
  .gallery_list .meta_info {
    margin: 16px 0 8px 0; }
  .gallery_list .small_new.lasttwo {
    margin-bottom: 17px; }
  /* Gallery style end */
  /* Child list style start */
  .child_item {
    margin: 0px 0px;
    padding: 8px 0px; }
    .child_item.contact_structure_item {
      padding: 0 0 10px; }
  .child_item > ul {
    margin: 0px; }
  .child_item ul > li {
    margin: 10px 0;
    padding: 0px; }
  .child_item li {
    background: none; }
  .child_item a {
    display: block;
    color: #3c527a;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 45px 15px 20px;
    background-color: #e1e1e1;
    -webkit-transition: padding 200ms;
    -moz-transition: padding 200ms;
    -o-transition: padding 200ms;
    transition: padding 200ms; }
  .child_item a:hover,
  .child_item a:focus {
    background: url("../img/children_bg.png") #e1e1e1 center right no-repeat;
    border-bottom: 0px #000 solid;
    padding: 15px 45px 15px 33px; }
  .child_item ul ul {
    margin: 0 0 0px 20px; }
  .child_item ul ul li {
    padding-left: 0px; }
  .child_item ul ul li a {
    padding: 5px 20px 5px 13px;
    background-color: transparent;
    transition: none; }
  .child_item ul ul li a:hover {
    text-decoration: underline; }
  .child_item ul ul li a:hover,
  .child_item ul ul li a:focus {
    background: none;
    padding: 5px 20px 5px 13px; }
  /* Child list style end */
  /* Contacts list style start */
  .contacts_search {
    float: left;
    margin: 5px 0 17px 0; }
  .contacts_search input.cont_input[type="text"] {
    width: 261px;
    border: 1px #d7d7d7 solid;
    border-right: 0px #fff solid; }
  .contacts_search input[type=submit],
  .contacts_search button[type=submit] {
    border: 1px solid #d7d7d7;
    border-left: 0px #fff solid;
    background: url("../img/icon_search_gray.png") transparent center right no-repeat; }
  .contacts_search input[type=submit]:hover,
  .contacts_search button[type=submit]:hover {
    background: url("../img/teismai_sprite.png") transparent no-repeat;
    background-position: -223px -9px; }
  .contacts_search button[type=submit] {
    float: left;
    height: 40px;
    outline: medium none;
    padding: 0;
    text-indent: -9999px;
    width: 39px;
    cursor: pointer; }
  .contacts_search input.cont_input[type="text"]:focus {
    color: #636466; }
  .contact_list {
    padding-top: 10px; }
  /*.contact_list .cont_photo {
		width: 120px;
		margin-right: 10px;
	}
	.contact_list .cont_info {
		width: 210px;
	}*/
  .contact_list .cont_info.full-width {
    width: 100%; }
  .contact_list .cont_info .name {
    margin: 0 10px 0 0; }
  .contact_list .cont_info .phone {
    margin: 0 10px 0 0; }
  .contact_list .cont_info .email {
    margin: 0 0px 0 0; }
  .contact_list .cont_info p {
    margin: 0px; }
  .contact_list .cont_info a {
    word-wrap: break-word; }
  .contact_list .small_new {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%; }
  .contact_list .cont_info .name .contact_link {
    color: #996A00; }
  .contact_list .cont_info .name .contact_link:hover {
    border-bottom: 1px #996A00 dotted; }
  .contact_list .cont_info .name.no_link .contact_link:hover {
    border-bottom: 0px #996A00 dotted; }
  .openPrevFn {
    padding: 20px; }
  /* Contacts list style end */
  /* DUK style start */
  #quest_ans {
    margin-bottom: 4px;
    padding-bottom: 10px; }
  .cat {
    margin: 10px 0px 0px 0px; }
  .cat .catName {
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    padding: 0px 20px 0px 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #57D68D;
    background-image: url("../../img/green_arrow.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px; }
  .showForm {
    width: 90px;
    margin: 0px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    margin: 5px 0px;
    height: 30px;
    line-height: 30px;
    background-color: #57d68d;
    border: 0px none;
    cursor: pointer;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px; }
  .cat .question_outer .question {
    font-weight: bold;
    margin: 0px;
    padding: 7px 20px 5px 0px; }
  .cat .question_outer .active {
    cursor: pointer; }
  .cat .question_outer {
    margin: 3px 20px;
    border-top: 1px #DEE2E3 solid;
    display: none; }
  .cat .first_question {
    border-top: 0px #DEE2E3 solid; }
  .cat .question_outer .answer {
    display: none;
    padding: 0px 0px;
    margin: 0px; }
  .answer p {
    margin: 5px 0px; }
  #quest_ans .category, #quest_ans .category2 {
    float: left;
    /*width:500px;*/
    width: 100%;
    cursor: pointer;
    margin: 7px 0 0 0; }
  #quest_ans .category:hover, #quest_ans .category2:hover {
    background: transparent url("../img/children_bg.png") center right no-repeat; }
  .catNameOuter {
    float: left;
    /*width:510px;*/
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    background: transparent url("../img/icon_duk_cat_bg.png") right bottom repeat-x; }
  .catNameOuter.act {
    background: transparent url("../img/icon_duk_cat_bg_active.png") right bottom no-repeat; }
  .catName {
    float: left;
    /*width:420px;*/
    padding: 9px 31px;
    margin: 0;
    color: #3c527a;
    font-weight: bold;
    background: transparent url("../img/icon_duk_cat.png") 1px 8px no-repeat; }
  .question, .question2 {
    float: left;
    /*width:480px;*/
    margin: 0;
    cursor: pointer; }
  .questionNameOuter {
    float: left;
    /*width:480px;*/
    margin: 0; }
  .questionName {
    float: left;
    /*width:450px;*/
    padding: 5px 0;
    margin: 0 0 0 31px;
    color: #996A00;
    font-weight: bold; }
  .questionName:hover {
    text-decoration: none;
    color: #fcc78e; }
  #quest_ans .answer, #quest_ans .answer2 {
    float: left;
    /*width:450px;*/
    padding: 0 0 10px 30px;
    display: none;
    margin: 0; }
  .category_questions {
    float: left;
    /*width:510px;*/
    width: 100%;
    margin: 1px 0 14px 0;
    display: none; }
  .category_questions p {
    padding: 0;
    margin: 5px 0; }
  .submit_form {
    margin: 10px 0px;
    padding: 10px 0px; }
  .form-container {
    width: 100%;
    margin: 0 0 20px 0; }
  .form-container .form-label {
    width: 100px;
    line-height: 40px;
    margin: 0px; }
  .form-container .form-value {
    margin: 0px; }
  /* DUK style end */
  /* publications style end */
  /* contacts_map style start */
  #map_canvas {
    height: 450px;
    width: 100%;
    border: none; }
  #mapform p {
    margin: 0 0 5px 0; }
  #mapform table .select2 {
    width: 300px; }
  #mapform table,
  #mapform div {
    margin: 0px; }
  #mapform table {
    margin: 0 0 20px 0; }
  #mapform table,
  #mapform table td {
    border: 0px;
    padding: 0px; }
  .klase p {
    padding: 2px 20px 2px 20px;
    margin: 0px;
    text-align: left; }
  .klase {
    width: 360px;
    background: #fff;
    line-height: 14px;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    margin-bottom: -1px;
    border-bottom: 2px #996A00 solid; }
  #close_box {
    background: transparent url("../img/contacts_map/x_normal.png") top right no-repeat; }
  #close_box:hover {
    background: transparent url("../img/contacts_map/x_hover.png") top right no-repeat; }
  /* contacts_map style end */
  /* biography style start */
  .biography_list {
    padding: 3px 0 0 0; }
  .module_toolbar {
    width: 100%;
    margin: 0 0 13px 0; }
  .module_toolbar .search_cont {
    float: left;
    margin: 0 20px 0 0; }
  .module_toolbar .search_cont input[type="text"] {
    width: 261px;
    border-color: #d7d7d7; }
  .module_toolbar .search_cont.options input[type="text"] {
    width: 83%;
    box-sizing: border-box; }
  p.hide_mobb {
    display: none; }
  .module_toolbar .select2 {
    width: 100%; }
  .module_toolbar p {
    margin: 0 0 5px 0; }
  .biography_list .head_sep {
    float: none;
    border-left: 1px #d7d7d7 solid;
    margin: 0 1px;
    height: 11px; }
  .biography_list .directory {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
  .biography_list .directory li {
    float: left;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0px;
    background: none;
    border-right: 1px #d7d7d7 solid; }
  .biography_list .directory li.last {
    border-right: 0px #d7d7d7 solid; }
  .biography_list a {
    /*color: #fe5800;*/ }
  .biography_list .directory a:hover,
  .biography_list .directory a:focus {
    text-decoration: underline;
    border-bottom: 0px #fff solid; }
  .biography_list .directory a {
    display: block;
    line-height: 13px;
    padding: 2px 0px; }
  .biography_list .directory span {
    padding: 0px 8px; }
  .biography_list .directory .first span {
    padding: 0px 8px 0 0; }
  .biography_list .letter_group {
    margin: 0;
    padding: 13px 0 17px 0; }
  .biography_list .letter_group .letter {
    font-weight: bold;
    margin: 0 0 9px 0; }
  .biography_list .letter_group .item {
    margin: 0px 0;
    width: 100%; }
  .biography_list .letter_group .item span {
    color: #b7b7b7; }
  .margin-tb1 {
    margin: 1px 0px; }
  .biography_list h2.pname {
    font-size: 16px;
    line-height: 36px;
    margin: 0px 0 3px; }
  .biography_list .person {
    margin: 0px; }
  .biography_list .person p {
    margin: 0 0 10px 0; }
  .biography_list .person .photo {
    margin: 0 10px 0 0;
    padding: 5px 0 0 0;
    width: 120px; }
  .biography_list .person .info {
    margin: 0px;
    width: 570px; }
  .biography_list .person .info a {
    word-wrap: break-word; }
  .biography_list h3.pbio {
    font-size: 16px;
    line-height: 30px;
    margin: 11px 0 6px; }
  .biography_list .full-info {
    margin: 0px; }
  /* biography style end */
  /* comments style start */
  .comments {
    padding: 0px;
    margin: 0px; }
  h4.comments {
    color: #3c527a;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto Slab', Arial,  serif;
    margin: 17px 0 16px;
    padding: 7px 0 0 0; }
  h4.comments span {
    color: #996A00; }
  .comment_item {
    margin: 2px 0px; }
  .comment_header {
    width: 100%; }
  .comment_header a:hover,
  .comment_header a:focus {
    border-bottom: 0px #fff solid; }
  .comment_header span {
    margin: 0 0 0 14px; }
  .comment_header span.head_sep {
    margin-top: 4px;
    border-left: 1px #d7d7d7 solid;
    background: none; }
  .comment_header .sp-icon {
    margin-top: 2px; }
  .comment_header .author {
    color: #b7b7b7; }
  .comment_header .date,
  .comment_header .ip {
    color: #b7b7b7; }
  .comment_header .date span {
    margin: 4px 14px 0 14px; }
  .comment_content p {
    margin: 0 0 17px 0; }
  h5.write_comment {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 11px;
    padding: 4px 0 0 0; }
  .input_author {
    width: 300px; }
  .submit_comment .cf_input_space {
    margin: 0 0 15px 0; }
  .submit_comment p {
    margin: 0 0 5px 0; }
  #sec_img {
    width: 100px;
    height: 38px;
    border: 1px solid #d7d7d7;
    margin: 0 10px 0 0; }
  #sec_code {
    width: 100px; }
  .submit_comment textarea {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px; }
  .submit_comment input[type=submit] {
    margin: 10px 0 0 0;
    padding-left: 0px; }
  /* comments style end */
  /* forms style start */
  .type_item {
    margin: 0; }
  .type_question {
    margin: 0px; }
  .type_question div.required {
    margin: 0px; }
  .type_question div.title {
    margin: 0px; }
  .form_mod span.required {
    color: #c30000;
    padding: 0 4px 0 0; }
  .form_mod .title p {
    margin: 0 0 10px 0; }
  .form_mod .type_answers {
    margin: 0 0 20px 0; }
  .type_answers .answer {
    margin: 0px; }
  .type_answers .answer .radio {
    margin: 0px;
    padding: 2px 9px 0 1px; }
  .type_answers .answer .checkbox {
    margin: 0px;
    padding: 2px 9px 0 1px; }
  .type_answers .answer .checkbox input[type="checkbox"] {
    margin: 0px; }
  .form_mod .answer_name {
    padding: 0;
    margin: 0; }
  /*	type SELECT start */
  .type_select .title p {
    margin: 0 0 5px 0; }
  .type_select .type_answers {
    margin: 0 0 25px; }
  .type_select .select2 {
    width: 300px; }
  /*	type SELECT end */
  /*	type INPUT-TEXT star */
  .type_input_text input[type="text"] {
    width: 300px; }
  /*	type INPUT-TEXT end */
  /*	type EMAIL star */
  .type_email input[type="email"] {
    width: 300px; }
  /*	type EMAIL end */
  /*	type SECURE start */
  .type_secure input[type="text"] {
    width: 120px;
    padding-left: 0px;
    text-align: center; }
  .type_secure .sec_code {
    margin: 0px; }
  .type_secure .sec_img {
    margin: 0 0 0 15px; }
  /*	type SECURE end */
  /*	type TEXTAREA start */
  .type_textarea textarea {
    width: 300px; }
  /*	type TEXTAREA end */
  input.error[type="text"], input.error[type="email"], textarea.error, .select2.error, .select2.valid .select2-choice {
    border: 1px solid #C30000; }
  label.error {
    color: #C30000;
    display: block;
    margin: 5px 0 10px; }
  .type_item input[type="submit"] {
    padding-left: 0px; }
  /* forms style end */
  /* Polls style start */
  #poll_form {
    padding: 0 5px; }
  #poll_form .title {
    font-weight: bold; }
  #poll_form .title.no-desc,
  #poll_form .desc p {
    margin: 0 0 10px 0; }
  .q_hidden, .q_tmp_hidden {
    display: none; }
  .poll_navigation_arrows {
    float: left; }
  .poll_p_status {
    float: right;
    margin-right: 20px; }
  #poll_form .select2 {
    width: 300px; }
  /*	results */
  .poll_results {
    margin: 0px;
    padding: 8px 0; }
  .tree, .tree ul {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden; }
  .tree {
    margin-bottom: 40px;
    margin-left: 20px;
    height: 100%; }
  .tree ul ul {
    padding: 0px 0 0px 0; }
  .tree li, .tree ul {
    background: none;
    margin: 0;
    padding: 0;
    overflow: visible; }
  .tree li {
    margin: 0 0 0 0;
    padding: 0 30px;
    position: relative; }
  .tree li ul li {
    padding: 0 0 0 30px; }
  .link_cont {
    margin: 0px 0 8px -13px; }
  .link_cont a {
    line-height: 18px;
    /*display:inline-block;*/ }
  .tree > li > ul > li > .link_cont {
    margin: 10px 0 0 -13px; }
  .tree > li > ul > li > .link_cont a, .tree > li > .link_cont a {
    text-decoration: none; }
  .tree li::before, .tree li::after {
    content: '';
    position: absolute;
    left: 0; }
  .tree a:hover,
  .tree a:focus {
    border-bottom: 0px #fff solid; }
  /* horizontal line on inner list items */
  .tree li::before {
    border-top: 1px solid #d7d7d7;
    top: 10px;
    width: 75px;
    left: -75px;
    height: 0; }
  /* 2lvl */
  .sitemap .tree > li > ul {
    margin: 0 0 0 49px; }
  .tree ul li a:hover {
    border-bottom: 0px #fff solid; }
  /* 3lvl */
  .tree ul li ul li::before {
    border-top: 1px solid #d7d7d7;
    top: 10px;
    width: 79px;
    left: -76px;
    height: 0; }
  .tree ul li ul li .link_cont {
    margin: 9px 0 9px -10px; }
  .tree ul li ul li a {
    font-weight: bold;
    color: #996A00; }
  .tree ul li ul li a:hover {
    border-bottom: 0px #fff solid; }
  .sitemap .tree ul li ul li a:hover {
    color: #fcc78e; }
  .tree > li > ul > li > ul {
    margin: 0 0 0 49px;
    padding: 0px; }
  /* 4lvl */
  .tree > li > ul > li > ul > li > ul {
    margin: 0 0 0 49px; }
  .tree ul li ul li ul li::before {
    border-top: 0px solid #d7d7d7;
    top: 11px;
    width: 75px;
    left: -75px;
    height: 0; }
  .tree ul li ul li ul li a {
    font-weight: normal;
    color: #996A00; }
  .sitemap .tree ul li ul li ul li a:hover {
    color: #996A00;
    border-bottom: 1px #996A00 dotted; }
  .tree li:after {
    border-left: 1px solid #d7d7d7;
    height: 93%;
    /*nes neveikia ant Safari*/
    height: -moz-calc(100% - 21px);
    height: -webkit-calc(100% - 21px);
    height: calc(100% - 21px);
    width: 0px;
    top: 10px;
    left: 3px; }
  /* 2lvl left-border */
  .tree > li > ul li:after {
    height: 66%;
    /*nes neveikia ant Safari*/
    height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px); }
  /* lower line on list items from the first level because they don't have parents */
  .tree > li::after {
    top: 12px;
    left: 3px; }
  .tree > li li li::after {
    border: none; }
  .tree > li li li::before {
    left: -27px; }
  .tree > li:first-child:before {
    top: 32px; }
  /* hide line from the last of the first level list items */
  .tree {
    background-position: left 5px;
    background-repeat: no-repeat;
    background-image: url("../img/tree_lvl_1.png"); }
  .tree > li > ul > li {
    background-position: left 7px;
    background-repeat: no-repeat;
    background-image: url("../img/tree_lvl_2.png"); }
  .tree > li > ul > li {
    background-position: left 7px;
    background-repeat: no-repeat;
    background-image: url("../img/tree_lvl_2.png"); }
  .tree > li > ul > li > ul > li {
    background-position: 3px 7px;
    background-repeat: no-repeat;
    background-image: url("../img/tree_lvl_3.png"); }
  .tree li, .tree li a {
    color: #3c527a;
    font-weight: bold; }
  .tree li li li a, .tree li li li {
    color: #1965af;
    font-weight: normal; }
  /* NEW TREE */
  .structure_parent {
    margin: 0; }
  .structure_parent > ul, .structure_parent > ul > ul {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden; }
  .structure_parent > ul {
    margin-bottom: 40px;
    margin-left: 0px;
    height: 100%; }
  .structure_parent > ul ul ul {
    padding: 0px 0 0px 0; }
  .structure_parent > ul li {
    background-position: left 5px;
    background-repeat: no-repeat;
    background-image: url("../img/tree_lvl_1.png");
    margin: 0;
    padding: 0;
    overflow: visible; }
  .structure_parent > ul > li > ul {
    margin: 0 0 0 49px; }
  .structure_parent > ul ul {
    background: none;
    margin: 0;
    padding: 0;
    overflow: visible; }
  .structure_parent > ul li {
    margin: 0 0 0 0;
    padding: 0 30px;
    position: relative; }
  .structure_parent > ul li ul li {
    padding: 0 0 0 30px; }
  .link_cont {
    margin: 0px 0 8px -13px; }
  .link_cont a {
    line-height: 18px;
    /*display:inline-block;*/ }
  .structure_parent > ul > li > ul > li > .link_cont {
    margin: 10px 0 0 -13px; }
  .structure_parent > ul > li > ul > li > .link_cont a, .structure_parent > ul > li > .link_cont a {
    /*text-decoration:none;*/ }
  .structure_parent > ul li::before, .structure_parent > ul li::after {
    content: '';
    position: absolute;
    left: 0; }
  .structure_parent a:hover,
  .structure_parent a:focus {
    text-decoration: none;
    opacity: 0.7;
    border-bottom: 1px dotted #506e95; }
  /* horizontal line on inner list items */
  .structure_parent > ul li::before {
    border-top: 1px solid #d7d7d7;
    top: 10px;
    width: 75px;
    left: -75px;
    height: 0; }
  /* 2lvl */
  .sitemap .structure_parent > ul > li > ul {
    margin: 0 0 0 49px; }
  .structure_parent > ul ul li a:hover {
    text-decoration: none; }
  /* 3lvl */
  .structure_parent > ul ul li ul li::before {
    border-top: 1px solid #d7d7d7;
    top: 10px;
    width: 79px;
    left: -76px;
    height: 0; }
  .structure_parent > ul ul li ul li .link_cont {
    margin: 9px 0 9px -10px; }
  .structure_parent > ul ul li ul li a:hover {
    /*text-decoration: underline;*/ }
  .sitemap .structure_parent > ul ul li ul li a:hover {
    text-decoration: underline; }
  .structure_parent > ul > li > ul > li > ul {
    margin: 0 0 0 49px;
    padding: 0px; }
  /* 4lvl */
  .structure_parent > ul > li > ul > li > ul > li > ul {
    margin: 0 0 0 49px; }
  .structure_parent > ul ul li ul li ul li::before {
    border-top: 0px solid #d7d7d7;
    top: 11px;
    width: 75px;
    left: -75px;
    height: 0; }
  .structure_parent > ul ul li ul li ul li a {
    font-weight: normal; }
  .structure_parent > ul ul li ul li ul li a:hover {
    color: #996A00;
    border-bottom: 1px #996A00 dotted; }
  /* vertical line on list items */
  .structure_parent > ul li:after {
    border-left: 1px solid #d7d7d7;
    height: 93%;
    /* nes neveikia ant Safari*/
    height: -moz-calc(100% - 21px);
    height: -webkit-calc(100% - 21px);
    height: calc(100% - 21px);
    width: 0px;
    top: 10px;
    left: 3px; }
  /* 2lvl left-border */
  .structure_parent > ul > li > ul li:after {
    height: 66%;
    /* nes neveikia ant Safari*/
    height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px); }
  /* lower line on list items from the first level because they don't have parents */
  .structure_parent > ul > li::after {
    top: 12px;
    left: 3px; }
  .structure_parent > ul > li li li::after {
    border: none; }
  .structure_parent > ul > li li li::before {
    left: -27px; }
  .structure_parent > ul > li:first-child:before {
    top: 32px; }
  /* hide line from the last of the first level list items */
  .structure_parent > ul {
    background-position: left 5px;
    background-repeat: no-repeat;
    background-image: url("../img/tree_lvl_1.png"); }
  .structure_parent > ul > li > ul > li {
    background-position: left 7px;
    background-repeat: no-repeat;
    background-image: url("../img/tree_lvl_2.png"); }
  .structure_parent > ul > li > ul > li {
    background-position: left 7px;
    background-repeat: no-repeat;
    background-image: url("../img/tree_lvl_2.png"); }
  .structure_parent > ul > li > ul > li > ul > li {
    background-position: 3px 7px;
    background-repeat: no-repeat;
    background-image: url("../img/tree_lvl_3.png"); }
  .structure_parent > ul > li > ul > li > ul > li > ul > li {
    background-image: none; }
  .structure_parent > ul li li li a, .structure_parent > ul li li li {
    color: #996A00;
    font-weight: bold; }
  .structure_parent > ul li li li a:hover {
    color: #fcc78e;
    text-decoration: none; }
  /* Module Site tree END */
  /* subscribe START */
  .subscribe_list > p {
    margin: 0 0 10px 0; }
  .subscribe_list .title {
    width: 180px;
    padding-right: 20px; }
  .subscribe_list .type_email .title p,
  .subscribe_list .type_secure .title p {
    line-height: 38px;
    margin: 0px; }
  .subscribe_list .type_item {
    margin: 0 0 10px 0; }
  .subscribe_list .type_secure {
    margin: 0 0 4px 0; }
  .subscribe_list .type_answers {
    margin: 0px; }
  .subscribe_list .type_checkbox {
    padding: 1px 0 3px 0; }
  .subscribe_list .type_answers .answer .checkbox {
    padding: 2px 9px 0 3px; }
  .subscribe_list p.info {
    margin: 0 0 10px 0; }
  .subscribe_list .type_secure .sec_img {
    margin: 0 15px 0 0; }
  .subscribe_list .type_secure .sec_img img {
    border: 1px #d7d7d7 solid; }
  .subscribe_list .correct-line-height {
    line-height: 38px; }
  /* subscribe END */
  /* marquee start*/
  #sticky_message {
    background: none repeat scroll 0 0 white;
    bottom: 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    color: #525252;
    left: 0;
    padding: 12px 0;
    margin: 0px;
    position: fixed;
    width: 100%;
    z-index: 100; }
  .close_sticky_message {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
    width: 30px;
    z-index: 10; }
  .close_sticky_message:hover,
  .close_sticky_message:focus {
    border-bottom: 0px #fff solid; }
  .close_sticky_message span {
    background: url("../img/teismai_sprite.png") no-repeat scroll -62px -56px rgba(0, 0, 0, 0);
    display: block;
    height: 16px;
    left: 50%;
    margin: -7px 0 0 -11px;
    overflow: hidden;
    position: absolute;
    text-indent: 100px;
    top: 50%;
    width: 16px; }
  #sticky_message .sticky_message {
    margin: 0 auto;
    padding: 0px 60px 0px 20px; }
  .str_wrap {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%; }
  .str_move {
    cursor: move;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    margin: 0px; }
  #liMarquee {
    width: 100%; }
  #sticky_message p {
    display: inline;
    padding-top: 6px; }
  #sticky_message span.split {
    padding-right: 30px; }
  .str_move_clone {
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 0;
    vertical-align: top; }
  /* marquee end */
  /* legislation start */
  .filter_teisesaktai .search_cont {
    margin-bottom: 15px; }
  .filter_teisesaktai .search_cont.small-input {
    margin-bottom: 0px; }
  .filter_teisesaktai .institution-input {
    margin-top: 15px; }
  .filter_teisesaktai .search_cont.small-input input[type="text"] {
    width: 120px; }
  .oneLegislation a.showhide:hover,
  .oneLegislation a:focus {
    border: 0px; }
  .leg_link {
    font-weight: bold; }
  .leg_link:hover {
    border-bottom: 1px #996A00 dotted; }
  .leg_link .sp-link {
    background-position: -467px -52px; }
  .leg_link:hover .sp-link {
    /*background-position: -467px -16px;*/ }
  .leg_link:hover .sp-attach {
    background-position: -759px -19px; }
  .leg_top .sp-link,
  .leg_top .sp-attach {
    padding: 0 6px 0 0; }
  .leg_bottom {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700; }
  .leg_bottom .sep {
    background: url("../img/sep-12.png") right 1px no-repeat;
    padding: 0 15px 0 0px;
    margin: 0 14px 5px 0px;
    line-height: 24px; }
  .leg_top.active .hidden {
    display: block;
    margin: 10px 0 0px 0; }
  .leg_top.active .hidden p {
    margin: 0px; }
  .found_record {
    margin: 0 0 13px 0; }
  .filter_teisesaktai .fright p {
    margin: 0 0 8px 0; }
  .sp-legistation-menu {
    background: url("../img/legistation_menu.png") 0 3px no-repeat;
    padding: 6px 0 0 0; }
  .sp-legistation-menu:hover {
    background-position: 0 -19px; }
  .active .sp-legistation-menu {
    background-position: 0 -19px; }
  a.more.active {
    color: #FBAF5D; }
  .more {
    position: relative;
    /*z-index:1;*/
    color: #FBAF5D;
    cursor: pointer; }
  .oneLegislation .more:hover {
    border-bottom: 1px #996A00 dotted; }
  .more.active .hidden {
    display: block; }
  .more_content {
    border: 1px solid #d7d7d7;
    padding: 4px 9px;
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: #fff;
    /*z-index: -1;*/
    min-width: 312px;
    max-width: 400px;
    line-height: 17px;
    font-size: 12px; }
  .more_content span.block {
    display: block;
    margin: 0 0 8px 0; }
  .hidden {
    display: none; }
  .more_content .block span {
    color: #996A00;
    border-bottom: 1px #fff solid; }
  .more_content a {
    /*display: block;
		margin: 0 0 7px 0;*/
    border-bottom: 1px #fff solid; }
  .more_content .block span:hover,
  .more_content a:hover {
    border-bottom: 1px #996A00 dotted; }
  /* legislation end */
  /* socia links */
  .social_links {
    right: 30px;
    top: 18px; }
  .social_links .sep {
    background: url("../img/sep-12.png") right 0px no-repeat;
    padding: 0 0px 0 0px;
    margin: 0 1px 0 0px; }
  /* socia links end */
  /* default classes start */
  .fleft {
    float: left; }
  .fright {
    float: right; }
  .no-margin {
    margin: 0px; }
  .no-margin-right {
    margin-right: 0px; }
  /* default classes end */
  .fancybox-close {
    background-image: url("../img/teismai_sprite.png");
    background-position: -62px -56px;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040; }
  .fancybox-close:hover {
    background-position: -62px -20px;
    border-bottom: 0px #fff solid; }
  .content_scroll {
    width: 100%;
    overflow-x: auto;
    margin: 0px;
    padding: 0px; }
  .content_left a.at-svc-facebook,
  .content_left a.at-svc-linkedin,
  .content_left a.at-svc-google_plusone_share,
  .content_left a.at-svc-twitter {
    background-color: transparent;
    cursor: pointer; }
  span.highlight {
    display: inline-block;
    background: #996A00;
    font-weight: 600;
    color: #fff;
    padding: 0 2px; }
  /* blocks start */
  .block_module {
    margin: 0 0 34px 0; }
  .block-border {
    border: 1px #d7d7d7 solid;
    padding: 10px;
    margin: 0 0 10px 0; }
  .block-border.redirect {
    padding: 10px; }
  .block-border.redirect a,
  .block-border.redirect td {
    /*display: block;*/
    padding: 0px;
    font-family: 'Roboto Slab', Arial,  serif;
    font-size: 16px;
    color: #3c527a;
    font-weight: 700; }
  .block-border a:hover,
  .block-border a:focus {
    border-bottom: 0px #000 solid; }
  .block-border.redirect table,
  .block-border.redirect table td {
    margin: 0px;
    padding: 0px;
    border: 0px; }
  .block-plain {
    border: 0px #d7d7d7 solid;
    padding: 0px;
    margin: 0 0 10px 0; }
  /* blocks end */
  .filter_teisesaktai .fleft, .filter_legislation .fleft, .filter_legislation .search_cont {
    float: none;
    display: block; }
  .filter_legislation .fleft {
    margin: 0 0 25px 0; }
  .filter_teisesaktai .module_toolbar .search_cont {
    float: none; }
  .filter_teisesaktai .fright, .filter_legislation .fright {
    float: none; }
  .filter_teisesaktai .head_sep, .filter_legislation .head_sep {
    display: none; }
  .filter_teisesaktai input.submit_link, .filter_legislation input.submit_link {
    padding-left: 0px; }
  .ui-datepicker {
    width: 17em; }
  .contact_list .fleft {
    float: none;
    display: block; }
  .letter_group .fleft, .letter_group .fright {
    float: none;
    display: block; }
  .biography_list .letter_group .item {
    margin: 0 0 15px 0; }
  a.disabled, a.disabled:hover, .news_filter a.disabled:hover {
    color: #ccc; }
  .ycontainer .image_container .title_container {
    width: 100%; }
  /* MAP module overwrites start*/
  .after_text {
    margin: 5px 0 0 0; }
  .before_text {
    margin: 0 0 15px 0; }
  #map_canvas iframe {
    width: 100%; }
  #map_canvas {
    margin: 0 0 20px 0; }
  .klase p {
    padding: 2px 20px 2px 0px;
    margin: 0px;
    text-align: left; }
  #map_canvas {
    /*	width:510px;
			height:345px;*/
    width: 100%;
    height: 490px;
    margin: 0 0 25px 0 !important; }
  p.object_title {
    font-weight: bold;
    padding: 2px 20px 2px 0; }
  /* MAP module END*/
  /* socia links */
  .social_links {
    margin: 40px 0 0 0; }
  .social_links .sep {
    background: url("../img/sep-12.png") right 0px no-repeat;
    padding: 0 0px 0 0px;
    margin: 0 1px 0 0px; }
  /* socia links end */
  /* default classes start */
  .fleft {
    float: left; }
  .fright {
    float: right; }
  .no-margin {
    margin: 0px; }
  .no-margin-right {
    margin-right: 0px; }
  /* default classes end */
  .fancybox-close {
    background-image: url("../img/teismai_sprite.png");
    background-position: -62px -56px;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040; }
  .fancybox-close:hover {
    background-position: -62px -20px;
    border-bottom: 0px #fff solid; }
  .content_scroll {
    width: 100%;
    overflow-x: auto;
    margin: 0px;
    padding: 0px; }
  .content_left a.at-svc-facebook,
  .content_left a.at-svc-linkedin,
  .content_left a.at-svc-google_plusone_share,
  .content_left a.at-svc-twitter {
    background-color: transparent;
    cursor: pointer;
    border-bottom: 0; }
  span.highlight {
    display: inline-block;
    background: #996A00;
    font-weight: 600;
    color: #fff;
    padding: 0 2px; }
  /* Renginiai*/
  h2.event_title {
    margin: 30px 0 20px 0; }
  p.datetime, p.cat_title, p.event_location {
    color: #3c527a;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 0px 0; }
  p.event_location {
    margin: 0 0 15px 0; }
  p.event_contact {
    color: #b7b7b7; }
  p.event_contact a {
    color: #b7b7b7; }
  p.event_contact a:hover {
    border-color: #b7b7b7; }
  img.event_img {
    max-width: 100%;
    height: auto;
    margin: 0 0 15px 0; }
  .event_text {
    margin: 0; }
  a.fancy_single {
    border: none !important; }
  #intitle {
    width: 100%;
    margin: 0 0 8px 0; }
  .full_width {
    width: 100%;
    margin: 0 0 12px 0; }
  .filter_teisesaktai .search_cont.small-input {
    margin-bottom: 10px; }
  .toggler {
    margin: 0 2px 0 0;
    cursor: pointer;
    color: #996A00;
    font-weight: bold; }
  .toggler span {
    vertical-align: middle;
    margin-left: 4px; }
  .event_select {
    width: 100%;
    max-width: 360px;
    margin: 10px 0 10px 0; }
  .togglable_content {
    margin: 0;
    display: none; }
  #renginiai_search input {
    color: #666; }
  .togglable_content #datepicker1, .togglable_content #datepicker2 {
    float: left;
    margin: 0 10px 0 0; }
  .togglable_content #datepicker1:focus, .togglable_content #datepicker2:focus {
    color: #666; }
  .togglable_content .first_slct {
    margin: 10px 0px 0 0; }
  .buttons_cnt {
    margin: 10px 0 20px 0; }
  .buttons_cnt button {
    padding-left: 0px;
    padding-right: 30px;
    background-image: url("../img/submit_btn.png"); }
  .renginiai_list {
    margin: 0; }
  .one_event {
    margin: 0 0 10px 0;
    display: table; }
  .event_meta {
    width: 70px;
    margin: 0;
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    font-size: 13px;
    text-align: center; }
  .sp-arrowbottom {
    background-position: -269px -25px;
    width: 8px;
    height: 6px; }
  .sp-arrowtop {
    background-position: -354px -351px;
    width: 8px;
    height: 6px; }
  .showing {
    display: block; }
  .event_date {
    color: #b7b7b7; }
  .event_logo {
    margin: 0 0 10px 0;
    background-repeat: no-repeat;
    background-position: center;
    height: 38px;
    width: 100%;
    background-image: url("../img/calendar_events.png"); }
  .event_info {
    margin: 0;
    display: table-cell;
    vertical-align: top; }
  p.date_location {
    color: #b7b7b7; }
  a.event_title {
    color: #3c527a;
    font-size: 22px;
    /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 28px;
    /* Approximation due to font substitution */ }
  a.event_title:hover {
    border-color: #3c527a; }
  .event_info p.short {
    margin: 10px 0; }
  .select2-container {
    min-width: 260px; }
  .wrapper > .right {
    display: none; }
  .wrapper > .content_left {
    margin-bottom: 50px; } }

.block_module .type_email input[type="email"], .block_module .type_email input[type="text"], .block_module .type_email input[type="password"] {
  max-width: 280px;
  width: 100%; }

.block_module {
  max-width: 400px; }

.block-plain .form_mod {
  max-width: 400px; }

#cookie_block {
  display: none;
  width: 100%;
  bottom: 10px;
  left: 0px;
  background: transparent;
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  position: fixed;
  z-index: 99999; }
  #cookie_block .cookie_cont {
    max-width: 1000px;
    margin: 0px auto;
    position: relative; }
    @media only screen and (max-width: 1030px) {
      #cookie_block .cookie_cont {
        padding-right: 10px; } }
    #cookie_block .cookie_cont .cookie_message_right {
      position: relative;
      float: right;
      background: #fff;
      max-width: 343px;
      box-sizing: border-box;
      padding: 42px 30px 22px 31px;
      width: 100%;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24); }
      @media only screen and (max-width: 768px) {
        #cookie_block .cookie_cont .cookie_message_right {
          max-width: 270px;
          padding: 42px 20px 22px 19px;
          margin-right: 5px; } }
      #cookie_block .cookie_cont .cookie_message_right .icon-close {
        color: #4e6b93;
        cursor: pointer;
        position: absolute;
        right: 16px;
        top: 16px;
        font-size: 16px; }
        #cookie_block .cookie_cont .cookie_message_right .icon-close:hover {
          opacity: 0.7; }
      #cookie_block .cookie_cont .cookie_message_right p {
        font-size: 13px;
        line-height: 18px;
        max-width: 248px;
        color: #707070; }
        #cookie_block .cookie_cont .cookie_message_right p span a {
          color: #4e6b93; }
          #cookie_block .cookie_cont .cookie_message_right p span a:hover {
            opacity: 0.7; }
  #cookie_block p, #cookie_block div {
    margin: 0; }
  #cookie_block .cookie_btn {
    height: 21px;
    color: #d3a749;
    font-weight: bold;
    padding: 0 0px 0 0px;
    border: none;
    margin: 0;
    margin-top: 17px;
    cursor: pointer;
    transition: none;
    -webkit-transition: none;
    position: relative;
    background: none;
    color: #4e6b93; }
    #cookie_block .cookie_btn:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e905";
      font-size: 9px;
      margin-left: 9px;
      vertical-align: 1px;
      color: #4e6b93; }
    #cookie_block .cookie_btn:hover {
      opacity: 0.7;
      /*color: #4e6b93;*/ }

.close_sticky_message {
  font-size: 16px;
  top: 16px; }

.news_filter {
  margin: 0 0 18px 0; }
  .news_filter .years_list, .news_filter .months_list {
    float: left;
    margin: 0 7px 8px 0; }
  .news_filter .years_list {
    width: 110px; }
    .news_filter .years_list .select2 {
      width: 100%; }

@media only screen and (min-width: 768px) {
  .small_news_cont {
    width: 105%; } }

.small_new {
  cursor: pointer; }
  .small_new img {
    width: 100%;
    height: auto;
    float: left;
    max-width: 100%; }
  .small_new .title_container h2 {
    margin-bottom: 5px;
    line-height: 24px; }
  .small_new .title_container .date {
    display: block;
    color: #fff;
    /*opacity: 0.7;*/
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 8px; }
    .small_new .title_container .date .icon-calendar {
      width: auto;
      background: none;
      display: inline-block;
      margin-right: 4px; }
    .small_new .title_container .date span.date_inf {
      display: inline-block;
      color: #fff; }
    .small_new .title_container .date a.node_url {
      color: #fff;
      text-transform: uppercase;
      margin-left: 10px;
      padding-left: 11px;
      display: inline-block;
      position: relative;
      border: 0; }
      .small_new .title_container .date a.node_url:after {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 1px;
        height: 12px;
        background-color: #d7d7d7;
        opacity: 0.7; }
      .small_new .title_container .date a.node_url:hover, .small_new .title_container .date a.node_url:focus {
        color: #996A00; }
  .small_new .short-container {
    margin: 0; }
    .small_new .short-container .date {
      margin-left: 18px;
      margin-top: 10px;
      color: #636466;
      font-size: 13px;
      font-weight: bold; }
      .small_new .short-container .date i {
        margin-right: 5px; }
  .small_new p.short {
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-right: 0;
    padding: 35px 70px 18px 18px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin: 0; }
    .small_new p.short:hover:before {
      background-color: #92B6D5; }
    .small_new p.short:before {
      content: "";
      position: absolute;
      background-color: #4E6B93;
      width: 32px;
      height: 100%;
      right: 0;
      top: 0;
      background-image: url("../img/short_shadow.png");
      background-position: left;
      background-repeat: no-repeat;
      background-size: 14px 100%;
      box-shadow: 6px 9px 9px -10px rgba(0, 0, 0, 0.37) inset; }
    .small_new p.short:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e908";
      position: absolute;
      right: 11px;
      top: 50%;
      margin-top: -4px;
      font-size: 10px;
      color: #fff;
      opacity: 0.7; }

.small_news_cont .one_album {
  margin-top: 0px;
  margin-bottom: 20px;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .small_news_cont .one_album {
      float: left;
      width: 46.4%;
      margin: 0 2.5% 2.5% 0; } }
  .small_news_cont .one_album img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .small_news_cont .one_album * {
    box-sizing: border-box; }
  .small_news_cont .one_album .small_new {
    width: 100%;
    margin: 0; }

@media only screen and (max-width: 1023px) {
  h1.main_title {
    padding-right: 0 !important;
    margin-top: 0; }
  body .social_links {
    position: static;
    right: auto;
    top: auto;
    margin: -5px 0 15px; }
    body .social_links .sep {
      display: none; } }

.select2-container.select2-container-disabled .select2-choice {
  border-width: 2px; }

.leg_top.actual_legislation {
  margin-top: 8px; }

.leg_more_cont {
  box-sizing: border-box;
  margin: 14px 0 0 0;
  border: 1px solid #e7e7e7; }
  .leg_more_cont .more {
    display: block;
    padding: 14px 31px 14px 21px;
    cursor: pointer;
    background-color: #ececec;
    position: relative;
    font-size: 16px;
    color: #374b6f;
    font-weight: 700;
    border: 0; }
    .leg_more_cont .more:hover {
      border: 0; }
    .leg_more_cont .more i {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -5px;
      color: #cfd1db;
      font-size: 9px;
      display: inline-block;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
    .leg_more_cont .more.open i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .leg_more_cont .assocs {
    padding: 9px;
    margin: 0;
    display: none; }
    .leg_more_cont .assocs .block {
      display: block;
      background-color: #f7f7f7;
      margin: 0 0 9px 0;
      padding: 12px 12px 12px 16px; }
      .leg_more_cont .assocs .block a {
        color: #667eaa;
        display: block;
        font-size: 11px;
        line-height: 1.3; }
        .leg_more_cont .assocs .block a .icon-document {
          vertical-align: -3px; }
        .leg_more_cont .assocs .block a:hover {
          border: 0; }
      .leg_more_cont .assocs .block .sp-link {
        margin-right: 7px; }
      .leg_more_cont .assocs .block:last-child {
        margin-bottom: 0; }
    .leg_more_cont .assocs .actual_legislation {
      display: block;
      margin-top: 8px;
      font-size: 11px;
      line-height: 1.3; }
      .leg_more_cont .assocs .actual_legislation .actti {
        background-color: #e3e3e3;
        padding-top: 3px;
        padding-bottom: 3px; }

a.clear_link {
  margin: 0 10px;
  display: inline-block;
  color: #506e95; }
  a.clear_link:hover, a.clear_link:focus {
    border: 0;
    opacity: 0.7; }
  a.clear_link i {
    font-size: 11px;
    margin-right: 5px; }

.subscription_block_text {
  margin: 9px 0 11px 0;
  line-height: 1.2; }

i.icon-calendar {
  background: none;
  width: auto;
  cursor: default; }

.header_top_block .search_cont {
  position: relative; }

.header_top_block .close_srch_cont {
  position: absolute;
  right: 9px;
  top: 2px; }
  .header_top_block .close_srch_cont a {
    text-decoration: none;
    color: #415979;
    cursor: pointer; }
    .header_top_block .close_srch_cont a:hover {
      text-decoration: none; }

.header_top_block .suggest-search-results {
  position: absolute;
  top: 43px;
  left: 0;
  padding: 14px 10px 5px 10px;
  border: 1px solid #ccc;
  min-width: 150px;
  max-width: 200px;
  background-color: #fff;
  z-index: 99;
  margin: 0; }
  .header_top_block .suggest-search-results .one_search_rez {
    line-height: 1.2;
    margin: 0 0 5px 0;
    clear: both; }
    .header_top_block .suggest-search-results .one_search_rez p {
      margin: 0 0 2px 0; }
    .header_top_block .suggest-search-results .one_search_rez img {
      max-width: 50px;
      float: left;
      margin: 3px 6px 4px 0; }
    .header_top_block .suggest-search-results .one_search_rez a {
      color: #996A00;
      font-weight: normal; }
      .header_top_block .suggest-search-results .one_search_rez a:hover {
        text-decoration: underline; }

.header_top_block .total_rez {
  margin: 12px 0 2px;
  padding-top: 8px;
  border-top: 1px solid #eee;
  font-size: 11px; }
  .header_top_block .total_rez a.view_all_rez {
    font-weight: bold;
    color: #415979;
    font-size: 11px; }
    .header_top_block .total_rez a.view_all_rez:hover {
      text-decoration: underline; }

.content_js_backlink {
  padding-top: 10px;
  margin: 0; }

#scrolltopbtn {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 25px;
  position: fixed;
  background: #9F6E00;
  top: auto;
  bottom: 60px;
  left: auto !important;
  right: 25px;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  display: none;
  margin: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
  @media only screen and (max-width: 767px) {
    #scrolltopbtn {
      right: 8px; } }
  #scrolltopbtn:after {
    content: "\e909"; }
  #scrolltopbtn:hover {
    background: #d8b469; }

.newssub_form .sub_title {
  font-weight: bold;
  margin: 0 0 8px 0; }

.newssub_form .required {
  display: inline-block;
  color: #c30000;
  padding: 0 4px 0 0; }

.newssub_form .type_item {
  margin: 0 0 10px 0; }
  .newssub_form .type_item input {
    width: 100%;
    max-width: 300px; }

.newssub_form .mng_sub_item {
  margin: 0 0 18px 0; }

.newssub_form a.more_link {
  display: inline-block;
  line-height: 38px;
  padding-left: 0;
  margin-right: 10px; }

.newssub_form button {
  margin-right: 10px; }

.openPrevFn {
  max-width: 896px;
  width: 100%;
  padding-right: 40px; }

p[data-fancybox] {
  display: inline-block;
  color: #996A00; }
  p[data-fancybox]:hover {
    opacity: 0.7; }

a:focus,
input:focus {
  outline: 5px auto -webkit-focus-ring-color !important; }

.gallery_popup .image_container .title_container {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  background-color: transparent; }
  .gallery_popup .image_container .title_container:hover {
    padding: 30px 15px 20px 15px; }

#navigation-search-bar {
  color: #fff; }

.sdc-site-header__skip-to-link {
  position: absolute;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  top: 0;
  text-decoration: underline;
  z-index: 99993;
  left: 50%;
  transition: -webkit-transform .166s;
  transition: transform .166s;
  transition: transform .166s,-webkit-transform .166s;
  -webkit-transform: translate(-50%, -110%);
  -ms-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
  opacity: 0;
  pointer-events: none; }

.homepage_wrapper .right p a span {
  color: #9F6E00; }
  .homepage_wrapper .right p a span:hover {
    color: #d8b469; }

.homepage_wrapper .right p span a span {
  color: #8b6000 !important; }
  .homepage_wrapper .right p span a span:hover {
    color: #d8b469 !important; }

.publication h3.widget_title {
  display: none; }

.addthis_sharing_toolbox {
  display: none; }

.w200 {
  width: 200px; }

/*# sourceMappingURL=style.css.map */