.spr-sprite, .spr-checkbox, .spr-checkbox_checked, .spr-radio, .spr-radio_checked, .input_group_parent .checkbox_design, .input_group_parent .radio_design, .input_group_parent input:checked + .checkbox_design, .input_group_parent input:checked + .radio_design {
  background-image: url('../img/spr-s2f0a1f950c.png');
  background-repeat: no-repeat; }

.spr-checkbox {
  background-position: 0 0;
  height: 11px;
  width: 11px; }

.spr-checkbox_checked {
  background-position: 0 -11px;
  height: 13px;
  width: 13px; }

.spr-radio {
  background-position: 0 -24px;
  height: 11px;
  width: 11px; }

.spr-radio_checked {
  background-position: 0 -35px;
  height: 11px;
  width: 11px; }

/*@import "vendor/select2/ew_select2_overrides";*/
.mm-panel, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease; }

.mm-indexer, .mm-menu, .mm-menu > .mm-panel, .mm-navbar .mm-btn, .mm-page, .mm-search, .mm-search input {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-arrow:after, .mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0;
  position: absolute; }

.mm-divider > span, .mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title, .mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap; }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-navbar, .mm-navbar .mm-btn {
  position: absolute;
  height: 40px; }

.mm-menu, .mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-slideout, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease; }

.mm-fixeddivider, .mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-panel.mm-opened {
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:after, .mm-menu > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-navbar > *, .mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  padding: 0 40px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  padding: 10px 0; }

.mm-navbar .mm-title {
  overflow: hidden; }

.mm-navbar .mm-btn {
  width: 40px;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  right: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  top: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > *, .mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:after, .mm-menu .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  position: relative; }

.mm-slideout {
  transition: transform .4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker, html.mm-opened #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current, em.mm-counter {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
.mm-menu.mm-bottom.mm-autoheight, .mm-menu.mm-top.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen, .mm-menu.mm-top.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

.mm-collapsed:not(.mm-uncollapsed), .mm-nosubresults > .mm-counter {
  display: none; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-divider > span {
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-subopened, .mm-menu > .mm-navbar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging #mm-blocker, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform,left,right;
  -moz-transition-property: -moz-transform,left,right;
  -ms-transition-property: -ms-transform,left,right;
  -o-transition-property: -o-transform,left,right;
  transition-property: transform,left,right; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }

.mm-hasnavbar-top-1 .mm-fixeddivider, .mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }

.mm-hasnavbar-top-2 .mm-fixeddivider, .mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }

.mm-hasnavbar-top-3 .mm-fixeddivider, .mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: 0;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-indexer a, .mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  -moz-transition: right .4s ease;
  -ms-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  transition: transform .4s ease; }

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease; }

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -ms-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -ms-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -ms-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s; }

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-bottom, .mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:after, .mm-menu.mm-theme-white .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:after, .mm-menu.mm-theme-black .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

#hamburger {
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 4;
  outline: none; }
  @media only screen and (min-width: 1024px) {
    #hamburger {
      display: none; } }

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #374b6f;
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 7px; }

#hamburger:before {
  top: 12px; }

#hamburger span {
  top: 22px; }

#hamburger:after {
  top: 32px; }

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 20px; }

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0; }

html.mm-opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

html.mm-opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-listview {
  font-size: inherit;
  text-transform: uppercase; }
  .mm-listview > li {
    background: none; }
    .mm-listview > li > a {
      padding-left: 15px; }
  .mm-listview a {
    text-decoration: none;
    border: none; }
    .mm-listview a:hover, .mm-listview a:focus, .mm-listview a.active {
      background-color: #eee; }

.mm-search, .mm-navbar-top {
  height: 60px;
  border-bottom: 0;
  padding-top: 10px; }

.mm-navbar .mm-search input[type=text] {
  background-image: url("../img/reused/icon_search.png");
  background-position: right 10px center;
  background-repeat: no-repeat; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 52px; }

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block; }

.mm-opening #mm-blocker {
  background-color: rgba(38, 52, 77, 0.7);
  transition: background 500ms ease 0.3s; }

.NFI-wrapper {
  background: transparent; }

.NFI-button {
  border-radius: none;
  width: auto;
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: #d0a448;
  font-weight: bold;
  text-align: left !important;
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  background-color: none;
  display: inline-block;
  text-decoration: none;
  -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; }

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: #d0a448;
    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: #d0a448;
    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; }

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

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 8, 2021, 1:57:52 PM
    Author     : user
*/
/*! 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("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../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("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

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

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../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("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../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 */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.fanctbox-container, .fancybox-navigation {
  margin: 0; }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px; }

a.fancybox-close {
  text-decoration: none;
  right: 15px;
  top: 15px;
  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: #374b6f;
  text-align: center; }
  a.fancybox-close:after {
    display: inline-block;
    vertical-align: -8px;
    content: "\e902"; }
  a.fancybox-close:hover, a.fancybox-close:focus {
    opacity: 0.7; }

@media only screen and (max-width: 991px) {
  .fancybox-nav {
    display: none; } }
.fancybox-nav span {
  top: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  border: 0;
  top: 50%;
  margin-top: -15px;
  background: #374b6f;
  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; }
  .fancybox-nav span:after {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    vertical-align: -14px;
    content: "\e901"; }
.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; }

.fancybox-container, .fancybox-bg {
  margin: 0 !important; }

.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: #d0a448;
    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: #c0c0c0;
  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: #d0a448;
  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: #d0a448;
      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; }

.contact_list * {
  box-sizing: border-box; }
.contact_list .one_new_contact {
  border: 1px solid #e7e7e7;
  padding: 19px 20px 18px 54px;
  position: relative;
  margin: 0 0 10px 0; }
  .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; }
    .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 .name p {
    margin: 0 0 11px 0;
    line-height: 1.2; }
    .contact_list .one_new_contact .name p.fancydiv_ajax {
      display: inline-block;
      color: #d0a448;
      border-bottom: 1px dotted #fff; }
      .contact_list .one_new_contact .name p.fancydiv_ajax:hover {
        border-bottom: 1px dotted #d0a448;
        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; }

.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; }

/* titlepagebasic start */
.slides_parent {
  height: 180px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .slides_parent {
      height: 180px; } }
  @media only screen and (min-width: 900px) {
    .slides_parent {
      height: 220px; } }
  @media only screen and (min-width: 1024px) {
    .slides_parent {
      height: 250px; } }
  @media only screen and (min-width: 1260px) {
    .slides_parent {
      height: 304px; } }
  @media only screen and (min-width: 1340px) {
    .slides_parent {
      height: 332px; } }
  @media only screen and (min-width: 1600px) {
    .slides_parent {
      height: 467px; } }
  .slides_parent div {
    margin: 0; }
  .slides_parent * {
    box-sizing: border-box; }

.title_slides {
  position: relative;
  height: 100%; }
  .title_slides div {
    height: 100%; }
  .title_slides a {
    display: block;
    height: 100%; }
  .title_slides .one_slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .title_slides .slide_gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.58) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.58) 100%);
    background: linear-gradient(to bottom, transparent 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; }
  .title_slides .slide_title_parent {
    position: absolute;
    bottom: 123px;
    right: 24px;
    width: auto;
    padding: 0px 15px 0px 12px;
    max-width: 433px;
    text-align: right; }
    @media only screen and (max-width: 1024px) {
      .title_slides .slide_title_parent {
        bottom: 83px; } }
    .title_slides .slide_title_parent:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -18px;
      background-color: #4e6b91;
      width: 100%;
      height: 85%;
      /* OLD */
      height: -moz-calc(100% - 1px);
      /* Firefox */
      height: -webkit-calc(100% - 1px);
      /* Chrome, Safari */
      height: calc(100% - 1px);
      /* IE9+ and future browsers */
      z-index: 0; }
      @media only screen and (max-width: 1024px) {
        .title_slides .slide_title_parent:before {
          bottom: -11px; } }
    .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: 24px;
      padding-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .title_slides div.owl-controls .owl-buttons {
          padding-bottom: 15px; } }
      .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: rgba(255, 255, 255, 0.2);
        border: 0;
        height: 49px;
        position: static;
        top: 0px;
        width: 49px;
        line-height: 45px;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        text-align: center;
        border: 2px solid transparent;
        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; }
        @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; }
          @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 {
          background: transparent;
          color: #fff;
          border: 2px solid #fff; }

/* 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; }

.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; }
  .cookie_container .hide_cookie_bar {
    cursor: pointer;
    border: 0;
    background: none;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #d0a448;
    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; }
    .cookie_container .cookie_text_above p {
      font-size: 12px;
      color: #858585;
      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 button {
      height: 40px;
      vertical-align: 3px;
      line-height: 40px;
      padding: 0 18px;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .cookie_container .cookies_checkboxes button {
          margin-top: 7px;
          margin-bottom: 10px; } }
      .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: #d0a448;
      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 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; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 9, 2021, 5:22:09 PM
    Author     : user
*/
.global_container {
  max-width: 1000px;
  margin: 0 auto; }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.clear {
  clear: both;
  margin: 0; }

.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;*/ }

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

.content_module {
  padding: 0px 0 0 0;
  margin: 0; }

.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 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("../img/teismai_sprite.png");
  text-indent: -9999px;
  overflow: hidden; }

.sp-calendar {
  background-position: -388px -372px; }

.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%;
  background: url("../img/new_head_bg.jpg") top center no-repeat; }
  @media only screen and (min-width: 1600px) {
    .header_wrap {
      background-size: 100% 200px; } }

.header_html5 {
  height: 200px;
  margin: 0 auto;
  width: 1000px;
  position: relative; }

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

.header_html5 a.logo_link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  margin-top: 13px;
  border: 0; }

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

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

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

.header-info .site-logo {
  float: left; }

.site-logo img {
  border: 0px; }

.header-menu {
  position: absolute;
  left: 0px;
  bottom: 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 {
  float: right;
  width: 700px; }

.search_langs_themes {
  float: right; }

div.header_icons a {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; }

.help_menu {
  float: right;
  text-align: right; }

.help_menu nav {
  margin-top: 18px; }

.help_menu a {
  background: url("../img/help_menu_sep.png") left 1px no-repeat;
  padding: 0 14px 0 15px; }

.help_menu a.active,
.help_menu a:hover {
  color: #d0a448; }

.help_menu a:focus {
  border-bottom: 0px #000 solid; }

.help_menu li:first-child a {
  background-image: none; }

.help_menu li:last-child a {
  padding: 0 0 0 15px; }

div.header_icons .themes {
  float: right;
  margin: 12px 0 0 15px; }

div.header_icons .themes a {
  display: inline-block;
  float: left;
  margin: 0 15px 0 15px; }

div.header_icons .langs {
  margin: 0px;
  display: inline-block;
  float: right;
  margin: 9px 0 0 11px; }
  div.header_icons .langs strong {
    color: #d0a448; }

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

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

div.header_icons .intranet {
  float: right;
  margin: 9px 0 0 0; }

.intra_link {
  background: url("../img/icon_lock.png") 0px 3px no-repeat;
  padding: 4px 0px 1px 22px; }

.intra_link:hover {
  background: url("../img/icon_lock_active.png") 0px 3px no-repeat;
  color: #d0a448; }

span.head_sep {
  display: inline-block;
  height: 12px;
  width: 1px;
  /*border-right:1px solid #7f8ea8;*/
  background: url("../img/help_menu_sep.png") top left no-repeat;
  margin-top: 2px;
  float: left; }

/* 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 #d0a448 dotted; }

a.print_button:focus {
  border-bottom: 0px #d0a448 dotted; }

/* Print button END*/
/* NAV */
.header-menu nav {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  height: 70px; }

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; }

.menu_wrap {
  position: relative; }

/*.header-menu nav > ul > li > a {*/
.header-menu nav > div > a {
  display: table-cell;
  height: 70px;
  font-family: 'Roboto Slab', Arial,  serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  outline: medium none;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  width: 185px;
  padding: 0px;
  font-size: 14px;
  padding-left: 15px; }

.header-menu nav a:focus,
.header-menu nav a:active {
  border-bottom: 0px #000 solid; }

.header-menu nav > ul > li > a:hover {
  /*padding: 20px 0;*/ }

.header-menu nav > div {
  float: left;
  position: absolute;
  width: 200px;
  height: 70px;
  margin: 0px; }

.header-menu .shadow {
  position: absolute;
  width: 15px;
  height: 70px;
  right: -15px;
  top: -15px;
  z-index: 999;
  margin: 0px;
  background: url("../img/shadow.png") top right no-repeat; }

.header-menu .tm_link1 {
  left: 0px;
  bottom: 0px;
  background-image: url("../img/head_menu_1.png");
  background-color: #667ea8;
  background-position: 0 0;
  background-repeat: no-repeat; }

.header-menu .tm_link1:hover {
  background-image: url("../img/head_menu_1_hover.png"); }

.header-menu .tm_link2 {
  left: 200px;
  bottom: 0px;
  background-image: url("../img/head_menu_2.png");
  background-color: #58719c;
  background-position: 0 0;
  background-repeat: no-repeat; }

.header-menu .tm_link2:hover {
  background-image: url("../img/head_menu_2_hover.png"); }

.header-menu .tm_link3 {
  left: 400px;
  bottom: 0px;
  background-image: url("../img/head_menu_3.png");
  background-color: #5d7297;
  background-position: 0 0;
  background-repeat: no-repeat; }

.header-menu .tm_link3:hover {
  background-image: url("../img/head_menu_3_hover.png"); }

.header-menu .tm_link4 {
  left: 600px;
  bottom: 0px;
  background-image: url("../img/head_menu_4.png");
  background-color: #506488;
  background-position: 0 0;
  background-repeat: no-repeat; }

.header-menu .tm_link4:hover {
  background-image: url("../img/head_menu_4_hover.png"); }

.header-menu .tm_link5 {
  left: 800px;
  height: 80px;
  bottom: 0px;
  background-image: url("../img/head_menu_5.png");
  background-color: #fbb76e;
  background-position: 0 0;
  background-repeat: no-repeat; }

.header-menu .tm_link5:hover {
  background-image: url("../img/head_menu_5_hover.png"); }

.header-menu .tm_link1.active,
.header-menu .tm_link2.active,
.header-menu .tm_link3.active,
.header-menu .tm_link4.active,
.header-menu .tm_link5.active {
  padding: 5px 0px; }

.header-menu nav > div > a.big_one {
  height: 80px; }

.icon-hm-menu {
  /*background: transparent url('../img/icon_menu_news.png') left center no-repeat;*/
  padding: 7px 0px 7px 48px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  height: 57px; }

.menu_icon1 {
  /*background: transparent url('../img/icon_menu_news.png') left center no-repeat;*/
  background: transparent url("../img/icon_menu_news.png");
  /*background: transparent url('../img/teismai_sprite.png');*/
  background-position: left center;
  /*background-position: -20px -250px;*/
  background-repeat: no-repeat; }

.menu_icon2 {
  background: transparent url("../img/icon_menu_people.png") left center no-repeat;
  /*background: transparent url('../img/teismai_sprite.png');
  background-position: -203px -248px;
  background-repeat: no-repeat;*/
  width: 110px; }

/* Apkeista po kliento prasymo ir naujo meniu isdestymo*/
.menu_icon4 {
  background: transparent url("../img/icon_menu_law.png") left center no-repeat;
  /*background: transparent url('../img/teismai_sprite.png');
  background-position: -385px -249px;
  background-repeat: no-repeat;*/
  width: 110px;
  padding: 5px 0px 7px 46px; }

.menu_icon5 {
  background: transparent url("../img/teismu_savivalda_icon.png") left center no-repeat;
  /*background: transparent url('../img/icon_menu_media.png');
  background-position: -567px -250px;
  background-repeat: no-repeat;*/ }

.menu_icon3 {
  background: transparent url("../img/icon_menu_nac_law_adm.png") left center no-repeat;
  /*background: transparent url('../img/teismai_sprite.png');
  background-position: -749px -239px;
  background-repeat: no-repeat;*/
  width: 88px;
  padding: 5px 0px 7px 65px; }

nav > ul span.inblock {
  display: inline-block; }

.hidden {
  display: none; }

/*submenu*/
nav > div > ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 0 12px 0;
  width: 300px;
  text-align: left;
  margin: 0px 0 0 0px;
  display: none;
  z-index: 2; }

nav > div.lastitem > ul {
  left: auto;
  right: 0; }

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

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

/* Skirta pushinti contentui zemyn, kai atsidaro submenu*/
.tm_link1 ul {
  background-color: #758ab0; }

.tm_link2 ul {
  background-color: #6a7fa6; }

.tm_link3 ul {
  background-color: #5d7297; }

.tm_link4 ul {
  background-color: #506488; }

.tm_link5 ul {
  background-color: #d3a749; }

/* 2nd level submenu  start*/
ul.submenu > li > a {
  color: #fff;
  font-weight: bold; }

ul.submenu > li > a:hover {
  color: #bec6d6; }

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

nav > div.lastitem > ul.submenu > li > a:hover {
  color: #fdddbf; }

/* 2nd level submenu  start*/
/* 3nd level submenu  start*/
ul.submenu > li > ul {
  margin: 0px;
  padding: 0px; }

ul.submenu > li > ul > li > a {
  color: #bec6d6;
  font-weight: normal; }

ul.submenu > li > ul > li > a:hover {
  border-bottom: 1px #bec6d6 dashed; }

nav > div.lastitem > ul > li > ul > li a {
  color: #fdddbf;
  font-weight: normal; }

nav > div.lastitem > ul > li > ul > li a:hover {
  border-bottom: 1px #fdddbf dashed; }

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

.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.redirect {
  padding: 0px; }

.block-border.redirect a,
.block-border.redirect td {
  /*display: block;*/
  /*padding: 0px;*/
  font-family: 'Roboto Slab', Arial,  serif;
  font-size: 16px;
  line-height: 18px;
  color: #506e95;
  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 */
/* Submenu start*/
.submenu_ul {
  margin: 0; }

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

.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: #8196b2; }
  .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: #afb7c5;
  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 #9ba5b7 dotted; }

.submenu_ul li ul li > a.in_path {
  background-color: #374b6f;
  color: #73819a; }
  .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: #d0a448; }

.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: $link_color;*/ }

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

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

.search_cont input[type=submit] {
  border: 2px solid #8196b2;
  border-left: 0;
  width: 39px;
  height: 40px;
  float: left;
  background-color: transparent;
  /*background-image: url("../img/icon_search.png");
  background-position: 11px 11px;*/
  background-image: url("../img/search-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  padding: 0;
  outline: none;
  text-indent: -9999px; }

.search_cont input[type=submit]:hover {
  /*background-image: url("../img/icon_search_active.png");*/
  background-image: url("../img/teismai_sprite.png");
  background-position: -223px -10px; }

.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, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 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, .small_new:hover .title_container {
  padding: 70px 18px 20px 18px; }

.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 transparent;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative; }

.news_filter a {
  font-size: 12px;
  color: #d0a448;
  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: #ebcc8a;
  /*#506e95;*/
  border-bottom: 1px #ebcc8a dotted;
  /*0px*/ }

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

.news_filter a.active:hover,
.news_filter a.active:focus {
  color: #ebcc8a;
  /*#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; }
  @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: 40px 18px 5px 18px; }

.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: 100%;
  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: #d0a448;
  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: #d0a448;
  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; }

#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; }

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;
  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: #d0a448;
  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 > ul {
  margin: 0px; }

.child_item ul > li {
  margin: 10px 0;
  padding: 0px; }

.child_item li {
  background: none; }

.child_item a {
  display: block;
  color: #506e95;
  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 {
  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: #d0a448; }

.contact_list .cont_info .name .contact_link:hover {
  border-bottom: 1px #d0a448 dotted; }

.contact_list .cont_info .name.no_link .contact_link:hover {
  border-bottom: 0px #d0a448 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: #d0a448;
  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: #d0a448;
  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 #d0a448 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: 410px; }

.module_toolbar .search_cont input[type="text"]:focus {
  color: #636466; }

.module_toolbar input[type=submit] {
  border: 2px solid #d7d7d7;
  border-left: 0px #fff solid;
  background: url("../img/icon_search_gray.png") transparent center right no-repeat; }

.module_toolbar input[type=submit]:hover {
  background: url("../img/teismai_sprite.png") transparent no-repeat;
  background-position: -224px -10px; }

.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: #d0a448; }

.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; }

.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: #d0a448;
  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: #d0a448; }

.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: #d0a448; }

.sitemap .tree ul li ul li ul li a:hover {
  color: #d0a448;
  border-bottom: 1px #d0a448 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: #d0a448;
  border-bottom: 1px #d0a448 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: #d0a448;
  border-bottom: 1px dotted #d0a448;
  opacity: 0.6; }

.structure_parent > ul li li li a, .structure_parent > ul li li li {
  color: #d0a448;
  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/icon_search_gray.png") transparent center right no-repeat; }

.search_list .search_cont input[type=submit]:hover {
  background: url("../img/teismai_sprite.png") transparent no-repeat;
  background-position: -223px -9px; }

.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: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 transparent;
  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;
  border-right: 2px #D7D7D7 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: #d0a448;
  opacity: 0.6; }
  .leg_link:hover span.ddoc_t, .leg_link:focus span.ddoc_t, .leg_link:active span.ddoc_t {
    border-bottom: 1px #d0a448 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 #d0a448 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: #d0a448;
  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 #d0a448 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: #d0a448;
  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: #d0a448;
  border-bottom: 1px dotted #d0a448; }

/* 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-image: url("../img/submit_btn.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #d0a448;
  font-weight: bold;
  padding: 0 30px 0 0;
  border: none;
  margin: 0;
  cursor: pointer;
  transition: none; }

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: #d0a448;
  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: #d0a448; }

.notthismonth {
  color: #b7b7b7; }

/* Renginiai END*/
.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; }
  .input_group_parent .checkbox_design, .input_group_parent .radio_design {
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px; }
  .input_group_parent .radio_design {
    top: 5px; }
  .input_group_parent .checkbox_design {
    background-position: 0 0;
    height: 11px;
    width: 11px; }
  .input_group_parent .radio_design {
    background-position: 0 -24px;
    height: 11px;
    width: 11px; }
  .input_group_parent input:checked + .checkbox_design {
    background-position: 0 -11px;
    height: 13px;
    width: 13px; }
  .input_group_parent input:checked + .radio_design {
    background-position: 0 -35px;
    height: 11px;
    width: 11px; }

.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; }

.header-menu span[class^="icon-"], .header-menu span[class*=" icon-"] {
  font-family: "Arial", sans-serif !important; }
.header-menu .icon-hm-menu {
  display: inline;
  width: 100%;
  padding-left: 0;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  font-size: 14px;
  line-height: 18px; }

.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: #d0a448; }

.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; }
  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;
    padding-left: 10px;
    margin: 0 auto;
    border: 0; }
    header a.logo_link img {
      width: auto;
      float: none;
      height: auto;
      margin-top: 11px; }
      @media only screen and (max-width: 500px) {
        header a.logo_link img {
          max-width: 140px;
          margin-top: 22px; } }
  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; }
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: #7786a2;
  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; }
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: #d0a448;
      font-weight: bold; }
  .calendar_bg table.calend td.day_withevents {
    background: #fff; }
    .calendar_bg table.calend td.day_withevents span {
      color: #d0a448; }
  .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 {
    background-image: url("../img/newsletter_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    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: 5px solid #d0a448; }

.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: #d0a448; }
@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, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 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: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, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 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 transparent;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative; }

  .news_filter a {
    font-size: 14px;
    color: #d0a448;
    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: #d0a448; }

  /* 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: 100%;
    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: #d0a448;
    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: #d0a448;
    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 > 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: #d0a448; }

  .contact_list .cont_info .name .contact_link:hover {
    border-bottom: 1px #d0a448 dotted; }

  .contact_list .cont_info .name.no_link .contact_link:hover {
    border-bottom: 0px #d0a448 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: #d0a448;
    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 #d0a448 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: #d0a448; }

  .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: #d0a448; }

  .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: #d0a448; }

  .sitemap .tree ul li ul li ul li a:hover {
    color: #d0a448;
    border-bottom: 1px #d0a448 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: #d0a448;
    border-bottom: 1px #d0a448 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: #d0a448;
    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 transparent;
    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 #d0a448 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 #d0a448 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: #d0a448;
    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 #d0a448 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: #d0a448;
    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: #d0a448;
    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: #d0a448;
    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; }

.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; }
    .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: #d0a448; }
  .small_new p.short {
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-right: 0;
    padding: 18px 70px 18px 18px;
    position: relative;
    font-size: 14px;
    margin: 0; }
    .small_new p.short:before {
      content: "";
      position: absolute;
      background-color: #92b6d5;
      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%; }
    .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; }

.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; }

.contacts_preview_popup {
  max-width: 896px;
  width: 100%;
  padding-right: 40px; }

p[data-fancybox] {
  display: inline-block;
  color: #d0a448;
  border-bottom: 1px dotted transparent; }
  p[data-fancybox]:hover {
    color: #ebcc8a;
    text-decoration: none;
    border-bottom-color: #ebcc8a; }

/*# sourceMappingURL=style.css.map */
