@charset "UTF-8";
/*
@include phone {
    font-size: 18px;
}
*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
@import url(./font-awesome-4.7.0/css/font-awesome.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

html {
  background-color: #f5f5f5; }

body {
  font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
  font-size: 13px;
  color: #000;
  padding: 0; }

@media (min-width: 1024px) {
  body {
    background: url("/imgs/grey-gradient-back.png") 0 0 repeat-x; }

  .hide-on-desktop {
    display: none !important; } }
@media (max-width: 767px) {
  body {
    padding-top: 56px;
    min-height: 400px; }

  .hide-on-phone {
    display: none !important; } }
@media (max-width: 1023px) {
  body {
    padding-top: 56px;
    min-height: 400px; }

  .hide-on-phablet {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    padding-top: 56px;
    min-height: 400px; }

  .hide-on-tablet {
    display: none !important; } }
a {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: underline; }

.clear {
  clear: both; }

.ui-tabs-hide {
  display: none; }

br.clear {
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 5px;
  line-height: 1em;
  font-weight: normal; }

h1 {
  font-weight: 400;
  margin-top: 10px; }

h1, h2, h3, h4, h5 {
  font-family: sans-serif, Arial, Helvetica; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  padding-bottom: 10px;
  line-height: 20px; }

strong {
  font-weight: bold; }

cite, em, i {
  font-style: italic; }

pre, code {
  font-family: Courier New, monospace;
  margin-bottom: 10px; }

ins {
  text-decoration: none; }

sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 0.8em; }

sub {
  top: 0.3em; }

dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

blockquote {
  margin: 1.5em;
  padding: 1em;
  color: #666666;
  background: #e6e6e6;
  font-style: italic;
  border: 1px solid #dcdcdc; }

blockquote p {
  padding-bottom: 0px; }

input[type=text], input[type=search], input[type=number], input[type=password], input.text, input.title, textarea, select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e; }

input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
  border-color: #2D3940;
  color: #3e3e3e; }

input[type=text], input[type=password], input.text, input.title, textarea, select {
  margin: 0.5em 0; }

textarea {
  padding: 4px; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
#container {
  background: url("/imgs/container-back.png") center center repeat-y;
  width: 1040px;
  min-height: 800px;
  margin: 0 auto;
  border: 0px solid #f1f1f1;
  position: relative; }

.info {
  background-color: #ffffc3;
  border: 1px solid #e8e488;
  padding: 10px;
  margin: 8px 0; }

.button-blue, .button-red {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 4px 10px 4px 0;
  padding: 4px 10px;
  color: #fff; }

.button {
  border: none;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase;
  background-color: #00abe5; }

.button-blue {
  background-color: #00abe5; }

.button-red {
  background-color: red; }

.error {
  border: 2px solid #FF0000;
  font: bold 12px verdana;
  color: #FF0000;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.table-row {
  display: table-row; }

.middle {
  vertical-align: middle; }

.dev-label {
  position: fixed;
  top: 14px;
  left: -14px;
  background-color: darkred;
  color: #fff;
  z-index: 999999999;
  padding: 2px 15px;
  transform: rotate(-90deg);
  font-size: 8px; }

#header {
  position: relative; }
  #header .login-form {
    color: #666; }
    #header .login-form .link-under {
      display: none; }
    #header .login-form div.label {
      display: none; }
    #header .login-form a:link, #header .login-form a:visited, #header .login-form a:active {
      color: #0a81c6; }
    #header .login-form a:hover {
      color: #0B559B; }
    #header .login-form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }

@media (min-width: 1024px) {
  #header {
    width: 100%; }
    #header .top-header {
      position: relative;
      height: 120px;
      border: 1px solid #ccc;
      background: #fff url("/imgs/ks-2026-header.jpg") 0 10px no-repeat; }
      #header .top-header .login-form {
        position: absolute;
        right: 0;
        margin: 0px 18px 0 0; }
      #header .top-header #logo {
        position: absolute;
        top: 16px;
        left: 16px;
        height: 96px;
        width: 254px; }
      #header .top-header .top-menu-items-wrap {
        position: absolute;
        bottom: 6px;
        right: 10px;
        width: 710px; }
        #header .top-header .top-menu-items-wrap .top-menu-item {
          display: block;
          float: left;
          height: 40px;
          width: 25%;
          box-sizing: border-box;
          opacity: 0; } }
@media (max-width: 1023px) {
  #header {
    position: fixed;
    max-height: 100%;
    overflow: auto;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 16777271;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
    overflow: hidden; }
    #header .top-header #logo {
      display: inline-block;
      color: #02a0d6;
      margin: 6px 10px;
      height: 40px;
      width: 140px;
      background: url("/imgs/ks-2026-mobile.jpg") 0 0 no-repeat;
      background-size: contain;
      /*&:after {
          content: 'Kur stoti';
          font-size: 24px;
      }*/ }
    #header .top-header #menu-toggle-button {
      position: absolute;
      top: 8px;
      right: 15px;
      display: block;
      box-sizing: border-box;
      padding-top: 3px;
      font-size: 24px;
      color: #b9b9b9;
      height: 32px;
      width: 32px;
      background-color: #f7f7f7;
      cursor: pointer; }
      #header .top-header #menu-toggle-button:after {
        font-family: 'fontawesome';
        text-align: center;
        display: block;
        content: ""; }
    #header .top-header .login-form {
      display: block;
      padding: 10px 20px;
      border-top: 1px solid #e0e0e0; }
      #header .top-header .login-form.is-logged-in {
        margin-top: 15px; }
      #header .top-header .login-form .table-cell {
        display: block;
        padding: 0; }
        #header .top-header .login-form .table-cell input {
          max-width: 100%; }
          #header .top-header .login-form .table-cell input[type="image"] {
            min-height: 24px; }
    #header .menu.other-menu ul {
      display: none; }

  #header.expanded {
    height: auto;
    bottom: 0;
    overflow: auto; }
    #header.expanded .top-header #menu-toggle-button:after {
      content: "\f00d"; }
    #header.expanded .top-menu-items-wrap {
      padding: 0 0 10px 0;
      border-top: 1px solid #e0e0e0; }
      #header.expanded .top-menu-items-wrap .top-menu-item {
        display: block;
        font-size: 14px;
        padding: 8px 20px;
        border-bottom: 1px solid #e0e0e0; }
        #header.expanded .top-menu-items-wrap .top-menu-item:before {
          font-family: 'FontAwesome';
          content: '\f105';
          color: #b9b9b9;
          padding: 0 6px;
          position: relative;
          left: -6px; }
      #header.expanded .top-menu-items-wrap h2.top-menu-item {
        position: relative;
        padding-left: 34px;
        background-color: #f7f7f7; }
        #header.expanded .top-menu-items-wrap h2.top-menu-item:before {
          display: block;
          text-align: center;
          border: 1px solid #b9b9b9;
          border-radius: 4px;
          width: 16px;
          height: 16px;
          position: absolute;
          content: '+';
          top: 6px;
          left: 10px;
          color: #b9b9b9;
          padding: 0; }
        #header.expanded .top-menu-items-wrap h2.top-menu-item.expanded:before {
          transform: rotate(45deg); }
      #header.expanded .top-menu-items-wrap h2 + ul {
        margin-left: 30px;
        list-style: none; }
        #header.expanded .top-menu-items-wrap h2 + ul li a {
          display: block;
          padding: 8px; } }
#footer {
  min-height: 20px;
  padding: 10px 100px 10px 10px;
  color: #e0e0e0;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-top: 1px solid #bababa;
  position: relative; }
  @media (min-width: 1024px) {
    #footer {
      top: 15px; } }
  #footer .hey_counter {
    position: absolute;
    top: 10px;
    right: 10px; }
  #footer .copyright {
    width: 700px;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    color: #535353; }
    @media (max-width: 767px) {
      #footer .copyright {
        width: 100%; } }

#swipe {
  height: 332px;
  margin: 0 0 10px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #b0b0b0; }

#swipe .right-wrap h2 {
  overflow: hidden;
  max-height: 63px; }

#swipe a.big-link {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 415px; }

#swipe .right-wrap {
  width: 260px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ededed;
  -webkit-box-shadow: -5px 0px 20px 1px #ccc;
  box-shadow: -5px 0px 20px 1px #ccc;
  z-index: 60; }

#swipe .right-wrap ul li span {
  display: none; }

#swipe #intro-wrap {
  background: url("/imgs/swipe-white-transp.png") 0 0 no-repeat;
  position: absolute;
  left: 0;
  right: 260px;
  bottom: 0;
  padding: 10px;
  z-index: 50; }

#swipe .cc {
  color: red !important;
  font-size: 12px !important;
  font-weight: normal; }

#swipe #intro-wrap h2 {
  font-size: 21px;
  line-height: 22px;
  font-weight: bold; }

#swipe #intro-wrap div {
  margin-right: 15px;
  line-height: 15px; }

#swipe ul {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  width: 280px;
  border: 0px solid red;
  z-index: 70; }

#swipe ul li {
  list-style: none;
  padding: 5px 10px 5px 30px;
  height: 70px;
  background: url("/imgs/swipe-li-back.png") 22px -7px no-repeat;
  cursor: pointer; }

#swipe ul li:hover, #swipe ul li.active {
  background: url("/imgs/swipe-hover.png?3") 0 center no-repeat; }

#swipe ul li a:link, #swipe ul li a:visited, #swipe ul li a:active {
  font-size: 18px; }

#swipe ul li .photo {
  width: 100px;
  height: 70px;
  float: left;
  margin-right: 5px; }

#swipe ul li h2 {
  line-height: 13px; }

#swipe ul li h2 a:link, #swipe ul li h2 a:visited, #swipe ul li h2 a:active {
  font-size: 13px;
  font-weight: bold;
  color: #000; }

#swipe ul li h2 a:hover {
  text-decoration: none; }

.swipe-more {
  margin: 0 0 15px 0; }

.swipe-more .more-title {
  margin: 0px 0 5px 0;
  font-size: 18px;
  color: #02a0d6;
  font-family: Arial, sans-serif, Helvetica;
  font-weight: bold;
  padding: 0; }

.swipe-more a.cc {
  color: red !important;
  font-size: 10px !important; }

.swipe-more h2, .swipe-more h2 a {
  font-size: 14px;
  padding: 1px 0 0 0; }

.swipe-more .bottom-news {
  margin: 0px 0 10px 0;
  padding-left: 0; }

#newsBlock {
  margin-bottom: 15px;
  margin-top: 10px; }
  #newsBlock .block-header {
    border-top: 3px solid #02a0d6;
    color: #02a0d6;
    /*font-weight: bold;*/
    font-size: 20px;
    padding: 6px 0 6px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #newsBlock .block-header {
        border-top: 0; } }
  #newsBlock .bigImage {
    display: block;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      #newsBlock .bigImage {
        height: auto;
        padding-top: 65%; } }
  #newsBlock h2 {
    font-weight: bold;
    font-size: 28px; }
  #newsBlock .cells {
    margin-top: 20px; }
    #newsBlock .cells .cell {
      width: 222px;
      float: left;
      position: relative; }
      @media (max-width: 767px) {
        #newsBlock .cells .cell {
          width: 100%;
          float: none; } }
      #newsBlock .cells .cell .cell-image {
        display: block;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 140px;
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          #newsBlock .cells .cell .cell-image {
            height: auto;
            width: 50%;
            padding-top: 26%;
            border: 1px solid #f7f7f7; } }
      #newsBlock .cells .cell h4 {
        font-size: 15px;
        line-height: 18px;
        font-weight: bold; }
        @media (max-width: 767px) {
          #newsBlock .cells .cell h4 {
            position: absolute;
            top: 0;
            left: 54%; } }
    #newsBlock .cells .cell:first-child {
      margin-right: 14px; }
    #newsBlock .cells .cell:last-child {
      float: right; }

@media (max-width: 767px) {
  #mobile-frontpage-menu .top-menu-items-wrap {
    display: table;
    margin: 0 -4px; }
  #mobile-frontpage-menu .top-menu-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    border: 2px solid #fff;
    background-color: #73c8e4;
    color: #fff;
    line-height: 140%;
    text-shadow: 0px 0px 2px #02a0d6; }
    #mobile-frontpage-menu .top-menu-item.hide-on-desktop {
      display: none !important; } }
.category-block > h2 a:link, .category-block > h2 a:visited, .category-block > h2 a:active {
  background: url("/imgs/category-title-back.png?1") right 5px no-repeat;
  padding: 5px 30px 5px 10px;
  font-size: 19px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #065e96;
  filter: dropshadow(color=#065e96, offx=1, offy=1);
  color: #fff; }
.category-block a.cc:link, .category-block a.cc:visited, .category-block a.cc:active {
  color: red !important;
  font-size: 10px !important;
  font-weight: normal; }
.category-block .bottom-news {
  margin: 5px 0 16px 0;
  padding: 0px 0 0 0; }
.category-block .big-article {
  margin-bottom: 15px; }
  .category-block .big-article .big-photo {
    display: block;
    height: 290px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .category-block .big-article .big-photo {
        height: 200px; } }
  .category-block .big-article h3 {
    font-weight: bold;
    line-height: 1.2em;
    margin: 10px 0 0px 0;
    padding-bottom: 0; }
  .category-block .big-article p {
    line-height: 120%; }
.category-block .small-articles-wrap {
  margin: 10px 0 0 0;
  vertical-align: top;
  text-align: justify; }
  .category-block .small-articles-wrap:after {
    display: inline-block;
    width: 100%;
    content: ''; }
  .category-block .small-articles-wrap .small-article-wrap {
    width: 165px;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    @media (max-width: 767px) {
      .category-block .small-articles-wrap .small-article-wrap {
        width: 48.5%; } }
    .category-block .small-articles-wrap .small-article-wrap .small-photo {
      display: block;
      height: 110px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .category-block .small-articles-wrap .small-article-wrap h3 {
      font-size: 15px;
      line-height: 18px;
      font-weight: bold;
      margin: 5px 0 2px 0; }

#content-wrap {
  width: 695px;
  min-height: 500px;
  float: left;
  margin: 0 0 10px 18px; }

#content-left-wrap {
  float: left;
  width: 165px;
  min-height: 500px; }
  #content-left-wrap .menu {
    border-top: 3px solid #404040;
    border-right: 0px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;
    border-left: 0px solid #f1f1f1;
    margin: 0 0 10px 0;
    padding: 5px;
    -webkit-box-shadow: inset 0px 0px 6px 1px #e5e5e5;
    box-shadow: inset 0px 0px 6px 1px #e5e5e5; }
  #content-left-wrap h2 {
    font-size: 20px;
    color: #000;
    margin: 2px 7px 0px 16px; }
  #content-left-wrap ul li {
    background: url("/imgs/sprites1.png") 3px -284px no-repeat;
    list-style: none;
    padding: 5px 0 5px 15px;
    line-height: 110%; }
  #content-left-wrap li a {
    font-size: 12px;
    color: #535353; }

#content-right-wrap {
  float: right;
  width: 520px;
  min-height: 500px; }

.article-wrap h1 {
  line-height: 1.1em;
  margin-top: 15px; }
.article-wrap h1 .cc {
  color: red;
  font-size: 60%;
  position: relative;
  top: -3px; }
.article-wrap .share {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #919191;
  margin: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0; }
  .article-wrap .share .date {
    display: inline-block;
    margin: 5px 0; }
  .article-wrap .share .addthis_sharing_toolbox {
    float: right; }
    @media (max-width: 767px) {
      .article-wrap .share .addthis_sharing_toolbox {
        display: block;
        float: none; } }
.article-wrap .share-bottom {
  margin-top: 20px; }
.article-wrap .main-image {
  width: 518px;
  height: 346px;
  margin-bottom: 15px;
  border: 1px solid #333;
  overflow: hidden; }
  .article-wrap .main-image img {
    min-width: 518px;
    min-height: 346px;
    max-width: 100%; }
.article-wrap .intro-wrap {
  font-family: sans-serif, Arial, Helvetica;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 20px; }
.article-wrap .text-wrap {
  font-family: sans-serif, Arial, Helvetica;
  width: 518px;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 15px; }
.article-wrap .text-wrap a:link, .article-wrap .text-wrap a:visited, .article-wrap .text-wrap a:active {
  color: #00abe5; }
.article-wrap .text-wrap img {
  width: 100%;
  display: block; }
.article-wrap .text-wrap .text-end {
  height: 21px;
  background: url("/imgs/category-gradient-down.jpg") 0px center no-repeat;
  margin-top: 20px; }
.article-wrap .similar-articles h2 {
  margin: 15px 0 5px 0;
  font-size: 32px;
  color: #d5d5d5;
  text-transform: uppercase;
  font-family: sans-serif, Arial, Helvetica;
  font-weight: 200;
  padding: 0; }

.cat-wrap {
  margin-top: 9px; }
  .cat-wrap .more {
    background: url("/imgs/category-gradient-down.jpg") 0 0 no-repeat;
    height: 20px; }
  .cat-wrap .block {
    border-top: 1px solid #f1f1f1;
    padding: 10px;
    margin: 0px 0;
    min-height: 180px;
    cursor: pointer; }
    .cat-wrap .block .image {
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      width: 60%;
      padding-top: 40%;
      margin: 0 0 1px 20px;
      float: right; }
    .cat-wrap .block h3 a {
      color: #0A81C6;
      font-size: 15px;
      font-weight: bold;
      line-height: 12px; }
    .cat-wrap .block h6 {
      font-size: 10px;
      text-transform: uppercase;
      display: block; }
      @media (min-width: 1024px) {
        .cat-wrap .block h6 {
          padding-left: 5px; } }
      .cat-wrap .block h6 a {
        color: #999;
        text-decoration: none; }
      .cat-wrap .block h6:hover {
        color: #333; }
    @media (max-width: 767px) {
      .cat-wrap .block {
        background-size: 40% !important;
        padding-left: 0px; } }
  .cat-wrap a.cc {
    color: red !important;
    font-size: 10px !important;
    font-weight: normal; }
  .cat-wrap a.al {
    color: #666;
    margin-top: 7px;
    display: block;
    word-wrap: break-word;
    line-height: 120%; }

/*.cat-wrap  .block h6 {
    padding: 2px 0;
    margin: 4px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}*/
.forum-wrap {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%; }
  @media (max-width: 767px) {
    .forum-wrap .forum-group-wrap {
      width: 100%;
      display: none; } }
  @media (min-width: 1024px) {
    .forum-wrap .forum-wrap {
      width: 520px; }
      .forum-wrap .forum-wrap, .forum-wrap .forum-wrap a {
        font-size: 14px; } }
  @media (min-width: 1024px) {
    .forum-wrap .ftitle {
      width: 500px;
      padding: 5px 10px 5px 0px; } }
  .forum-wrap .forum-forum-row {
    border-bottom: 1px solid #e0e0e0; }
    @media (max-width: 767px) {
      .forum-wrap .forum-forum-row {
        display: table;
        width: 100%; } }
  @media (max-width: 767px) {
    .forum-wrap .ftitle, .forum-wrap .lastBlock {
      display: table-row;
      width: 100%; } }
  .forum-wrap .forum-group-wrap {
    border-collapse: collapse;
    border-spacing: 0 10px; }
    @media (max-width: 767px) {
      .forum-wrap .forum-group-wrap {
        border-spacing: 0 4px; } }
  .forum-wrap .forum-header {
    color: #b9b9b9; }
  .forum-wrap .forum-title {
    padding: 10px 0; }
    @media (max-width: 767px) {
      .forum-wrap .forum-title {
        padding-bottom: 2px; } }
    .forum-wrap .forum-title a.forum-title-link {
      font-weight: 400;
      font-size: 1.2em;
      color: #02a0d6; }
    .forum-wrap .forum-title .fcount {
      font-size: 0.8em;
      font-weight: 400;
      color: #ff5646; }
  @media (min-width: 1024px) {
    .forum-wrap .lastBlock {
      padding: 5px 5px 5px 5px;
      width: 170px; } }
  @media (max-width: 767px) {
    .forum-wrap .lastBlock {
      display: table-row; }
      .forum-wrap .lastBlock:after {
        display: block;
        content: '';
        height: 10px; } }
  .forum-wrap .group_boxas {
    font-size: 1.4em;
    box-sizing: border-box;
    background: url("/imgs/cubic_line.jpg?1") bottom left no-repeat;
    height: 46px;
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 10px;
    padding: 20px 0 0 50px; }
  .forum-wrap .group_pavadinimas {
    font-weight: 200;
    color: #535353; }
    @media (max-width: 767px) {
      .forum-wrap .group_pavadinimas {
        font-size: 0.8em; } }

.forum-topics {
  width: 100%; }

.forum-topic-block {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin: 10px 0; }
  .forum-topic-block .inline-pagination {
    display: none; }
  .forum-topic-block .forum-topic-title {
    display: block;
    padding-bottom: 10px;
    text-transform: capitalize; }
  .forum-topic-block .forum-topic-counts {
    width: 50px;
    text-align: center;
    font-size: 0.7em; }
    .forum-topic-block .forum-topic-counts span {
      display: block; }
  .forum-topic-block .forum-topic-info {
    text-align: right;
    font-size: 0.9em;
    width: 70px; }

/*################################
//#  BACK, PADD, etc.			*/
.back_f5 {
  background: #f5f5f5; }

.w20 {
  width: 20px; }

.w50 {
  width: 50px; }

.w60 {
  width: 60px; }

.w70 {
  width: 70px; }

.w80 {
  width: 80px; }

.w90 {
  width: 90px; }

.w100 {
  width: 100px; }

.w110 {
  width: 110px; }

.w120 {
  width: 120px; }

.w150 {
  width: 150px; }

.w170 {
  width: 170px; }

.w200 {
  width: 200px; }

.bb {
  border-bottom: 1px solid #ccc; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.center {
  text-align: center; }

.vmiddle {
  vertical-align: middle; }

/*################################
//#  TEKSTAS					*/
.big {
  font: 20px tahoma;
  color: #666666; }

a.topic_read {
  color: #999999; }

a.topic_new:link, a.topic_new:active, a.topic_new:visited {
  color: #0099FF; }

a.topic_new:hover {
  color: #990033; }

a.url_in_post:link, a.url_in_post:active, a.url_in_post:visited {
  color: #0000FF; }

a.url_in_post:hover {
  color: #990000; }

a.forum_link_new {
  color: #00abe5; }

a.forum_link_read {
  color: #666666; }

.ablue {
  color: #00abe5 !important; }

.order_input {
  width: 15px;
  text-align: center;
  border: 1px solid #999999;
  vertical-align: top; }

.note {
  line-height: 14px;
  color: #666666;
  border: 1px solid #CCCCCC;
  background: url("/imgs/caution.gif") no-repeat 5px 5px;
  background-color: #f5f5f5;
  padding: 5px 10px 10px 40px; }

.forum_page_active {
  border: 1px solid #666666;
  background: #f5f5f5;
  color: #666666;
  padding-left: 4px;
  padding-right: 4px; }

.forum_page_link a:link, .forum_page_link a:visited, .forum_page_link a:active {
  display: inline-block;
  border: 1px solid #ccc;
  background: #f1f1f1;
  padding: 1px 3px;
  color: #666; }

.forum_page_link a:hover {
  text-decoration: none;
  background: #ccc; }

.fnavigation {
  color: #00abe5; }

.fnavigation a:link, .fnavigation a:visited, .fnavigation a:active {
  display: inline-block;
  border: 1px solid #00abe5;
  color: #00abe5;
  background-color: #f0f6ff;
  font-weight: bold;
  font-size: 11px;
  padding: 4px 6px;
  margin: 0 1px;
  min-width: 20px;
  text-align: center; }

.fnavigation a:hover {
  text-decoration: none;
  background-color: #a1c7ff; }

.fnavigation a.active {
  background-color: #80b3ff;
  color: #fff;
  font-weight: bold; }

/*################################
//#  POSTAI						*/
.post_table {
  border: 1px solid #CCCCCC;
  width: 100%; }

.post_user_box {
  background: #f5f5f5;
  width: 130px;
  padding-left: 10px;
  padding-top: 5px; }

.post_user_box .date {
  color: #666;
  font-size: 11px;
  margin: 20px 0 0 0; }

.post_user_box small {
  font-size: 11px;
  color: #ccc;
  display: block;
  margin-bottom: 5px; }

.post_details {
  font: 10px tahoma;
  color: #999999;
  border-bottom: 1px solid #f5f5f5; }

.post_text {
  line-height: 150%; }

.post_text div {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
  padding: 10px;
  width: 317px; }

.postWrap {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 3px 0;
  background-color: #f7f7f7; }
  .postWrap.quoteIcon {
    background: #f7f7f7 url("/imgs/quotes.png") 10px 10px no-repeat; }
  .postWrap.buildingIcon {
    border-top: 1px solid #dae0e5; }
    @media (min-width: 1024px) {
      .postWrap.buildingIcon {
        background: #ecf0f3 url("/imgs/building.png?2") 10px 10px no-repeat; } }
  @media (max-width: 767px) {
    .postWrap .postInner {
      margin: 6px 4px; }
      .postWrap .postInner .postText {
        width: auto; } }

.postInner {
  margin: 8px 10px 6px 80px;
  line-height: 18px; }

.postName {
  color: #0a81c6;
  font-weight: bold; }

.postInfo {
  float: right;
  color: #999;
  font-size: 11px; }

.postInfo .doQuote {
  color: #0a81c6;
  background-color: #dfe8ef;
  padding: 2px 4px;
  margin-left: 10px;
  cursor: pointer;
  display: none; }

.postText {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
  width: 430px; }

.quote {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 5px;
  margin: 10px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.citata {
  font: 10px tahoma;
  color: #666666;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  margin-left: 20px; }

/*********************************/
/*  BACK, BORDER, etc. 			**/
.border1 {
  border: 1px solid #f0f0f0; }

.border2 {
  border: 1px solid #cdcdcd; }

.border3 {
  border: 1px solid #989898; }

.back1 {
  background: #f8f9fb; }

.back2 {
  background: #f0f0f0; }

.back3 {
  background: #989898; }

.w100proc {
  width: 100%; }

.w50 {
  width: 50%; }

.w30 {
  width: 30%; }

.w20 {
  width: 20%; }

.h10 {
  height: 10px; }

.h11 {
  height: 11px; }

.h12 {
  height: 12px; }

.h13 {
  height: 13px; }

.h14 {
  height: 14px; }

.h15 {
  height: 15px; }

.h16 {
  height: 16px; }

.h17 {
  height: 17px; }

.h18 {
  height: 18px; }

.margin1 {
  margin: 1px; }

.margin2 {
  margin: 2px; }

.margin3 {
  margin: 3px; }

.margin5 {
  margin: 5px; }

.padding1 {
  padding: 1px; }

.padding2 {
  padding: 2px; }

.padding3 {
  padding: 3px; }

.padding5 {
  padding: 5px; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.login-form .table-cell {
  padding: 5px; }

.commentsBlock .text-end {
  height: 21px;
  background: url("/imgs/category-gradient-down.jpg") 0px center no-repeat;
  margin-top: 20px; }

.commWrap {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: #f4f4f4 url("/imgs/quotes.png") 10px 10px no-repeat;
  margin: 3px 0; }

.commReadAll {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: #f4f4f4;
  padding: 5px 0 5px 60px;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #333; }

.commText {
  margin: 8px 10px 6px 60px;
  line-height: 18px; }

.commName {
  color: #0a81c6;
  font-weight: bold; }

.commDate {
  margin: 5px 0 10px 60px;
  color: #999;
  font-size: 11px; }

.commNote {
  color: #999;
  font-size: 11px;
  margin-left: 20px;
  position: relative;
  top: -3px; }

#commName {
  margin: 0; }

.comNameEmpty {
  background: url("/imgs/vardas.png") 3px 3px no-repeat; }

#commTextarea {
  font-family: sans-serif, Arial, Helvetica;
  color: #999; }
  @media (min-width: 1024px) {
    #commTextarea {
      width: 440px; } }
  @media (max-width: 1023px) {
    #commTextarea {
      width: 94%; } }

#commError {
  display: none;
  color: red;
  font-weight: bold;
  font-size: 11px; }

.cc {
  visibility: hidden; }

.top-ad-wrap {
  width: 1010px;
  border: 0px solid red;
  text-align: center;
  margin: 10px auto 5px;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden; }

.ad-in-article {
  display: block;
  margin: 10px 0 15px;
  padding: 18px 0 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: url("/imgs/reklama.jpg") 7px 3px no-repeat; }

.left-ad {
  margin: 0px 0px 10px 0;
  padding-top: 14px;
  border-top: 1px solid #ccc;
  background: url("/imgs/reklama.jpg") 7px 3px no-repeat; }

#right-ads-wrap {
  width: 300px;
  min-height: 1000px;
  float: right;
  margin: 10px 18px 10px 0;
  padding-top: 14px;
  border-top: 1px solid #ccc;
  background: url("/imgs/reklama.jpg") 7px 3px no-repeat;
  /* background: url('/imgs/right-ads.jpg') 0 0 no-repeat; */
  position: relative; }

#right-ads-wrap .right-ad {
  margin-bottom: 10px; }

#right-ads-wrap .konsultacijos {
  position: absolute;
  top: -67px;
  left: 17px; }

.dfp-iframe {
  border: none; }

.top-ad-wrap .dfp-iframe {
  width: 100%;
  height: 100%; }

#right-ads-wrap .dfp-iframe {
  width: 100%;
  height: 1300px; }

@media (max-width: 767px) {
  .phone-ad {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px; } }
.uKSLast {
  font-family: tahoma;
  font-size: 1em;
  padding: 5px;
  border: 1px solid #ccc;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.uKSLastMainTitle {
  font-size: 1.2em;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 0 5px; }

.uKSLastTopicsHolder {
  position: absolute;
  top: 25px;
  bottom: 0px;
  left: 5px;
  right: 5px;
  border: 0px solid blue; }

.uKSLastTopicsUl {
  list-style-type: none;
  padding: 0px 10px 4px 0px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0; }

.uKSLastTopicsUl li {
  margin: 1px;
  background-color: #ecf0f3;
  padding: 4px 6px; }

.uKSLastPost {
  margin-top: 7px; }

.uKSLastTopic {
  font-weight: bold;
  color: #0a81c6;
  cursor: pointer; }

.uKSLastTopic:hover {
  text-decoration: underline; }

.uKSLastAuthor {
  text-align: right;
  font-weight: bold;
  color: #333;
  font-size: 80%;
  padding-right: 5px 10px; }

.uKSLastQuote > span {
  display: inline-block;
  height: 10px;
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #999;
  line-height: 3px;
  font-size: 1.2em;
  padding: 0 2px;
  margin: 3px 0px;
  cursor: pointer; }

.uKSLastQuote div {
  display: none;
  font-size: 0.8em;
  color: #666;
  padding: 2px 4px;
  border-left: 5px solid #ccc;
  margin: 5px 10px 5px 15px; }

.uKSLastScrollBar {
  position: absolute;
  width: 5px;
  height: 30px;
  background-color: white;
  right: 0;
  top: 0;
  border: 1px solid #0a81c6;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 550; }

.uKSLastOverlay {
  z-index: 500;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.navi2 {
  color: #00abe5;
  margin: 0 0 20px 0; }
  .navi2 a {
    display: inline-block;
    border: 1px solid #00abe5;
    color: #00abe5 !important;
    background-color: #f0f6ff;
    font-weight: bold;
    font-size: 11px !important;
    padding: 4px 6px;
    margin: 3px 0px;
    min-width: 20px;
    height: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 100%; }
  .navi2 .shift-down a {
    position: relative;
    top: 26px; }

.navi2 a:hover {
  text-decoration: none;
  background-color: #a1c7ff; }

.navi2 .more-pages, .navi2 a.active {
  display: inline-block;
  border: 1px solid #00abe5;
  color: #f0f6ff !important;
  background-color: #00abe5;
  font-weight: bold;
  font-size: 11px;
  padding: 4px 6px;
  margin: 3px 0px;
  min-width: 20px;
  height: 10px;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.navi2 .hidden-pages {
  display: none; }

.go-to-next-page {
  text-align: right; }

.home-icon {
  background: url("/imgs/sprites1.png") 0px -9px no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block; }

.menu ul, .menu li {
  margin: 0;
  padding: 0; }

.more {
  text-align: right;
  background: url("/imgs/category-gradient-down.jpg") 0 0 no-repeat;
  padding: 5px 6px 0 0;
  position: relative;
  height: 10px; }
  .more a {
    display: block;
    width: 134px;
    height: 20px;
    font-style: italic;
    color: #404040;
    background: url("/imgs/more-news.png?5") 4px -6px no-repeat;
    position: absolute;
    top: -10px;
    right: 17px;
    text-align: center; }

.bottom-news {
  margin-top: 15px; }
  .bottom-news li {
    background: url("/imgs/sprites1.png") 12px -287px no-repeat;
    list-style: none;
    padding: 1px 0 0px 30px;
    line-height: 140%; }
    .bottom-news li a:link, .bottom-news li a:visited, .bottom-news li a:active {
      font-size: 13px;
      font-weight: bold; }

a.back-to-article {
  display: block;
  margin: 0 0 10px 0;
  color: #666; }

.protected_form {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding: 40px 30px;
  text-align: center; }
  .protected_form h3 {
    color: #ccc;
    margin: 0 0 20px 0; }
  .protected_form input[type="submit"] {
    background-color: #00abe5;
    border: none;
    border-radius: 4px;
    padding: 3px 20px;
    margin-left: 10px;
    color: #fff; }

.tags-on-right {
  margin: 20px 0;
  text-align: center;
  line-height: 250%; }
  .tags-on-right a {
    color: #0a81c6;
    font-size: 18px; }
  .tags-on-right div {
    font-size: 24px;
    color: #ccc; }

.sem-wrap a {
  font-size: 85%; }

.adminEdit {
  position: absolute;
  left: -100px;
  width: 16px;
  height: 16px;
  background: url("/imgs/sprites1.png") 0px -33px no-repeat;
  border: 1px solid #fff;
  z-index: 1000; }

.adminEdit:hover {
  border: 1px solid #38559d; }

.replied-status {
  float: right;
  padding: 1px 8px;
  font-size: 11px;
  color: #999;
  position: relative;
  top: 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center; }

.replied-status.non-replied {
  background-color: red;
  font-weight: bold;
  color: #fff; }

.replied-status.replied-status label {
  position: relative;
  top: -2px; }

.email-status {
  float: right;
  height: 19px;
  padding-left: 30px; }

.email-status.email-sent {
  background: url("/imgs/sprites1.png?10") 0px -61px no-repeat; }

.email-status.non-sent {
  background: url("/imgs/sprites1.png?11") 0px -87px no-repeat;
  cursor: pointer; }

.email-status.non-sent:hover {
  background: url("/imgs/sprites1.png?11") 0px -88px no-repeat; }

#kbs-preload {
  height: 400px;
  text-align: center;
  border: 5px solid #E2E2E2;
  margin-bottom: 400px; }
  #kbs-preload h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 150px;
    color: #6c6c6c; }
  #kbs-preload h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ccc;
    margin-top: 20px; }

/*
@include phone {
    font-size: 18px;
}
*/
@media (min-width: 768px) and (max-width: 1023px) {
  #container {
    width: auto;
    min-height: unset; }

  #content-wrap {
    width: 60%;
    min-height: unset;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: auto; } }
@media (max-width: 767px) {
  #container {
    width: auto;
    min-height: unset; }

  #content-wrap {
    width: 100%;
    min-height: unset;
    float: none;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: auto; }

  #content-right-wrap {
    float: none;
    width: 100%;
    min-height: unset; }
    #content-right-wrap .article-wrap .main-image {
      width: auto;
      height: auto;
      line-height: 0; }
      #content-right-wrap .article-wrap .main-image img {
        min-width: unset;
        min-height: unset; }
    #content-right-wrap .article-wrap .text-wrap {
      width: 100%; }
      #content-right-wrap .article-wrap .text-wrap .article-text img[style] {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important; } }

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