html,
body {
  margin: 0;
  padding: 0;

  /*
  background-color: #e1e5e8;
*/
}

body,
table,
td {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  color: #4d4d4d;
}

a {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #222323;
}

h1 {
  margin: 0;
  padding: 0;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 400;
}

h2 {
  margin: 0;
  padding: 0;

  /* float: left; */
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 400;
}

table {
  /* float: left; */
}

td {
  vertical-align: top;
}

.spacer {
  border: 0;
  width: 1px;
  height: 1px;
}

.fl {
  float: left;
}

#main_block {
  left: 50%;
  margin: 0 auto;
  padding: 0 10px 9px;
  max-width: 1240px;
}

#header_block {
  position: relative;
  float: left;
  width: 100%;
}

.logo_block {
  float: left;
  margin-top: 19px;
  width: 230px;
}

.desktop_article_banner {
  float: left;
  margin: 0 25px 10px 0;
}

.banner_top_block {
  float: left;
  overflow: hidden;

  /* background: url(../images/reklama.gif) no-repeat left top; */
  margin-left: 39px;
  padding-top: 10px;
  width: 970px;
  min-height: 102px;
  text-align: center;
}

#menu_block {
  float: left;
  width: 755px;
}

/* PRIMARY NAVIGATION - horizontal navigation */
#top_menu_1,
#top_menu_1 ul {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#top_menu_1 {
  margin-top: 2px;
}

#top_menu_1 li,
#top_menu_1 li.active,
#top_menu_1 li.active_left,
#top_menu_1 li.active_right,
#top_menu_1 li.active_center {
  float: left;
  margin: 0;
  padding: 0;
}

#top_menu_1 li {
  padding: 0 4px 0 12px;
}

#top_menu_1 li.active_left {
  /* width: 13px; */
  /* background: url(../images/menu_on_left_bg.gif) no-repeat left top; */
}

#top_menu_1 li.active_right {
  /* width: 13px; */
  /* background: url(../images/menu_on_right_bg.gif) no-repeat right top; */
}

#top_menu_1 li.active_center {
  padding: 0;
}

#top_menu_1 li a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #676767;
}

#top_menu_1 li.active {
  background: #fff;
}

#top_menu_1 li.active a {
  color: #a91a0d;
}

/* SECONDARY NAVIGATION - horizontal navigation */
#top_menu_2 {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
  width: 1214px;
  background-position: left top;
  background-repeat: no-repeat;
}

.top_menu_2_ {
  background-image: url(../images/menu_bg.gif);
}

.top_menu_2_first {
  /* background-image: url(../images/menu_bg_first.gif); */
}

#top_menu_2 li,
#top_menu_2 li.last,
#top_menu_2 li.active_2 {
  float: left;
  padding: 12px 11px 11px;
  background: url(../images/menu_seperator.gif) no-repeat right top;
}

#top_menu_2 li.last {
  background: none;
}

#top_menu_2 li.active_2 {
  padding: 0 1px 0 0;
}

#top_menu_2 li a,
#top_menu_2 li.active_2 a {
  font-size: 14px;
  text-decoration: none;
  color: #4f4f4f;
}

#top_menu_2 ul {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#top_menu_2 ul li {
  float: left;
  margin: 6px 0 0;
  padding: 6px 0 0;
  background: none;
}

#top_menu_2 li.active_left_2 {
  width: 2px;
  height: 23px;

  /* background: url(../images/menu_sel_left.gif) no-repeat left top; */
}

#top_menu_2 li.active_right_2 {
  width: 2px;
  height: 23px;

  /*  background: url(../images/menu_sel_right.gif) no-repeat right top; */
}

#top_menu_2 li.active_center_2 {
  padding: 4px 5px 0;
  height: 23px;
  background: url(../images/menu_sel_bg_transp.gif) repeat-x top;
}

#top_menu_2 li.active_2 a {
  color: #be2022;
}

#top_menu_2_expanded_block {
  position: relative;
  float: left;
  width: 1214px;
  height: 21px;
}

#top_menu_2_expanded {
  position: absolute;
  left: 0;
  top: -6px;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 6px 0 0 4px;
  width: 1214px;
  height: 27px;

  /*  background: url(../images/menu_2lvl_bg.gif) no-repeat left top; */
}

#top_menu_2_expanded li,
#top_menu_2_expanded li.sel {
  float: left;
  padding: 0 11px 0 0;
  height: 21px;
}

#top_menu_2_expanded li.sel {
  /* background: url(../images/menu_2lvl_sel.gif) no-repeat bottom center; */
}

#top_menu_2_expanded li a,
#top_menu_2_expanded li a.first {
  /* background: url(../images/menu_dot.gif) no-repeat left top; */
  padding-left: 11px;
  text-decoration: none;
  color: #4f4f4f;
}

#top_menu_2_expanded li a:hover {
  color: #be2022;
}

#top_menu_2_expanded li a.first {
  background: none;
}

#date_block {
  float: right;
  margin: 1px 10px 0 0;
  color: #8d8c8c;
}

#content_block {
  position: relative;
  display: flex;
  margin: 9px 0 0;
  padding: 0;
  width: 100%;
}

#content_left_block {
  position: relative;
  flex: auto;
  float: left;
  margin: 0;
  padding: 0;
  width: 900px;
  max-width: 900px;
}

#content_left_block_135 {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 9px 0 0;
  width: 135px;
}

#content_left_block_135_banner {
  position: absolute;
  left: -140px;
  top: -13px;
  float: left;
  margin: 0;
  padding: 0 9px 0 0;
  width: 120px;
}

@media only screen and (max-width: 1580px) {
  #content_left_block_135_banner {
    display: none !important;
  }
}

#content_left_block_167 {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 9px 0 0;
  width: 167px;
}

#content_right_block {
  position: relative;
  display: flex;
  flex: auto;
  flex-direction: column;
  float: right;
  width: 314px;
}

#content_mid_block {
  position: relative;
  padding: 0;
}

#content_mid_block_535 {
  position: relative;
  float: left;
  padding: 0 9px 0 0;
  width: 707px;
}

/* BIG BLOCK */
.block_712,
.block_712_2 {
  position: relative;
  float: left;
  width: 900px;
}

.block_712_2 {
  height: 241px;

  /*	background: url(../images/content_block_bg.gif) left top repeat-x #4f4f4f; */
}

.block_712_top_bg {
  /*
  background: url(../images/content_block_top_712.gif) no-repeat left top #FFF;
*/
}

.block_712_top_bg2 {
  background: url(../images/content_block_top_712_2.png) no-repeat left top #fff;
}

.block_712_top_bg3 {
  background: url(../images/preke_lt.jpg) no-repeat left top;
}

.block_712_bottom_bg {
  float: left;
  width: 100%;
  height: 9px;

  /* background: url(../images/content_block_bottom_712.gif) no-repeat left bottom; */
}

.block_712_content {
  float: left;
  padding: 8px 15px 10px;
  width: 854px;
}

.block_712_left {
  float: left;
  margin-right: 12px;
  width: 326px;
}

.block_712_right,
.block_712_left_list {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;

  /* border-left: 1px solid #dfdfdf; */
  padding: 0 0 0 12px;
  width: 322px;
}

.block_712_right_prio,
.block_712_left_list_prio {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  border-left: 1px solid #dfdfdf;
  padding: 0 0 0 12px;
  width: 322px;
}

.block_712_right_title {
  float: left;
  width: 320px;

  /* titul widht 355px */
}

.block_712_right li,
.block_712_right li.last,
.block_712_left_list li,
.block_712_left_list li.last {
  float: left;

  /* border-bottom: 1px solid #dfdfdf; */
  /* margin: 0 0 13px 0; */
  padding: 0 0 13px;
}

.block_712_right_prio li,
.block_712_right_prio li.last,
.block_712_left_list_prio li,
.block_712_left_list_prio li.last {
  float: left;
  margin: 0 0 13px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 13px;
}

.block_712_right li.last,
.block_712_left_list li.last {
  margin: 0;
  border: 0;
}

.block_712_left_list {
  float: none;
  margin: 13px 0 0;
  border: 0;
  border-top: 1px solid #dfdfdf;
  padding: 13px 0 0;
  width: 322px;
}

.block_712_left_first {
  float: left;
  padding-bottom: 10px;
}

.block_712_left_gallery {
  float: left;

  /* width: 630px; */
  padding: 10px 0 0 15px;
  width: 802px;
}

.block_712_left_gallery img {
  float: left;
  border: 0;
  padding: 0;
}

/* SMALL BLOCK */
.block_351 {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.block_351_top_bg {
  /*
  background: url(../images/content_block_top_351.gif) no-repeat left top #FFF;
*/
}

.block_351_top_bg2 {
  background: url(../images/content_block_top_351_2.gif) no-repeat left top #fff;
}

.block_351_top_bg3 {
  background:
    url(../images/content_block_top_351_3.gif) no-repeat left top
    #d4ac1d;
}

.block_351_bottom_bg {
  float: left;
  width: 100%;
  height: 9px;
  background: url(../images/content_block_bottom_351.gif) no-repeat left bottom;
}

.block_351_bottom_bg2 {
  float: left;
  width: 100%;
  height: 9px;
  background:
    url(../images/content_block_bottom_351_2.gif) no-repeat left
    bottom;
}

.block_351_content {
  float: left;
  padding: 8px 10px 23px 15px;
  width: 100%;
}

.block_351_content2 {
  float: left;
  padding: 14px 0 0 14px;
  width: 337px;
}

.block_351_content3 {
  float: left;
  padding: 14px 0 0 14px;
  width: 337px;
  height: 228px;
}

/* SMALL BLOCK 2 */
.block_264 {
  position: relative;
  float: left;
  margin: 0;
  width: 314px;
}

.block_264_top_bg {
  /* background: url(../images/content_block_top_264.gif) no-repeat left top #FFF; */
}

.block_264_top_bg2 {
  /*
  background: url(../images/content_block_top_264_2.gif) no-repeat left top #FFF;
*/
}

.block_264_top_bg3 {
  background: url(../images/content_block_top_264_3.gif) no-repeat left top #fff;
}

.block_264_top_bg4 {
  /*  background: url(../images/content_block_top_264_4.gif) no-repeat left top #FFF; */
}

.block_264_top_bg5 {
  /*  background: url(../images/content_block_top_264_5.gif) no-repeat left top #FFF; */
}

.block_264_top_bg6 {
  /*  background: url(../images/content_block_top_264_6.gif) no-repeat left top #FFF; */
}

.block_264_top_bg7 {
  height: 122px;
  background: url(../images/vito_tomkaus_geras.jpg) no-repeat left top;
}

.block_264_top_bg8 {
  height: 122px;
  background: url(../images/olava.jpg) no-repeat left top;
}

.block_264_top_bg9 {
  background:
    url(../images/content_block_top_264_7.gif) no-repeat left top
    #059037;
}

.block_264_bottom_bg,
.block_264_bottom_bg2,
.block_264_bottom_bg3 {
  float: left;

  /* height: 9px; */
  /* background: url(../images/content_block_bottom_264.gif) no-repeat left bottom; */
  padding-top: 10px;
  width: 100%;
}

.block_264_bottom_bg2 {
  height: 10px;
  background-color: white;

  /* background: url(../images/content_block_bottom_264_2.gif) no-repeat left bottom; */
}

.block_264_bottom_bg3 {
  height: 5px;
  background:
    url(../images/content_block_bottom_264_3.gif) no-repeat left
    bottom;
}

.block_264_content,
.block_264_content_promo,
.block_264_content_search,
.block_264_content_horo,
.block_264_content_verta {
  position: relative;
  float: left;
  padding: 8px 10px 0 15px;
  width: 300px;
}

.block_264_content_promo {
  padding: 8px 7px 0;
}

.block_264_content_search {
  margin: 0;
  padding: 8px 0 7px 15px;
  width: 300px;
}

.block_264_content_horo {
  padding: 8px 6px 2px 12px;
  width: 300px;
}

.block_264_content_verta {
  padding: 8px 7px 0;
}

.block_header,
.block_header3 {
  /* float: left; */
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.block_header2 {
  float: left;
  width: 300px;
  height: 15px;
  font-size: 11px;
  text-align: right;
  color: #7f8080;
}

.block_header3 {
  padding: 5px 12px 0 11px;
  width: 286px;
}

.vz24 {
  display: none !important;
  float: left;
  margin-right: 10px;
  width: auto; /* check */
  height: 24px; /* check */
}

.block_title,
.block_title2,
.block_title3 {
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  color: #3e3c3c;
}

.block_title2 {
  font-size: 20px;
}

.block_title3 {
  color: #fff;
}

.block_nav {
  float: right;
  margin-top: 5px;
}

.block_nav img {
  margin-right: 5px;
  border: 0;
}

.news_title_red {
  margin: 6px 0 4px;
}

.news_title_status {
  display: inherit !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: red !important;
}

.vote_title {
  margin-bottom: 10px;
  width: 320px;
  font-weight: 700;
  font-size: 16px;
  color: #ba2323;
}

.news_title_red_link {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  color: #ba2323;
}

@media (max-width: 1200px) {
  .news_title_red_link {
    font-size: 30px;
    line-height: 48px;
  }
}

@media (max-width: 420px) {
  .news_title_red_link {
    font-size: 24px;
    line-height: 32px;
  }
}

.news_title_red_link_extra_prio {
  font-size: 18px;
  line-height: 18px;
}

.news_title_red_link_small {
  font-weight: 700;

  /* color: #ba2323; */
  font-size: 14px;
  text-decoration: none;
}

.news_title_grey_link {
  font-weight: 700;

  /* color: #4f4f4f; */
  font-size: 18px;
  text-decoration: none;
}

.com_ico {
  margin: 0 7px 0 8px;
  border: 0;
}

.com_link {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #da0f0f !important;
}

.com_link_red,
.comments_link_red_13 {
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #da0f0f;
}

.com_link_red_13 {
  font-size: 13px;
}

.com_order_item {
  padding-left: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #575757;
}

.com_order_item_selected {
  text-decoration: underline;
  color: #ba2323;
}

.com_ratings_container {
  float: right;
  padding-right: 24px;
}

.com_like {
  color: #1ba72a;
}

.com_like::before {
  content: "+ ";
}

.com_dislike {
  color: #ba2323;
}

.com_dislike::before {
  content: "- ";
}

.com_ratings {
  display: block;
  float: left;
  margin: 0 0 0 8px;
  border: 1px solid;
  border-radius: 8px;
  padding: 2px 10px;
  min-width: 14px;
  font-size: 11px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.block_text {
  display: box;
  float: left;
  margin: 4px 0 0;
  padding: 0;
  max-height: 54px; /* fallback */
  line-height: 19px; /* fallback */

  /* tadas daugtaskis */
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: #535353;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
}

.block_main_diff_view_text {
  display: box;
  float: left;
  margin: 24px 0 0 15px;
  padding: 0;
  max-height: 54px; /* fallback */
  font-size: 11px;
  line-height: 19px; /* fallback */

  /* tadas daugtaskis */
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: #535353;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
}

.block_text_extra {
  float: left;
  margin: 4px 0 0;
  padding: 0;
  color: #535353;
}

.block_date {
  margin: 0;
  padding: 0;
  width: 189px;
  font-size: 11px;
  text-align: left;
  color: #737575;
}

.gallery_img,
.gallery_img_last {
  float: left;
  margin-right: 12px;
  margin-bottom: 30px;
  border: 0;
  width: 170px;
}

.gallery_img_last {
  margin: 0;
}

.news_block_list,
.news_block_list_big {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 10px 0 -8px;
  border-top: 1px solid #dfdfdf;
  padding: 10px 0 0;
  width: 321px;
}

.news_block_list li {
  margin: 30px 0 4px;
  padding: 0 0 0 20px;

  /* background: url(../images/list_arrow.gif) no-repeat left center; */
}

.news_block_list_big {
  border: 0;
  padding: 0;
}

.news_block_list_big li {
  float: left;
  margin-top: 12px;
  border-top: 1px solid #dfdfdf;
  padding-top: 8px;
  background: none;
}

.news_block_list li a,
.news_block_list li a.list_com_link {
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  color: #4f4f4f;
}

.news_block_list li a.list_com_link {
  color: #da0f0f;
}

.camera {
  margin-left: 4px;
  border: 0;
}

.camera_8 {
  margin-left: 8px;
  border: 0;
}

.horo_img,
.horo_img_endl {
  margin: 0 2px 2px 0;
  border: 0;
  padding: 0;
}

.horo_img_endl {
  margin-right: 0;
}

label {
  font-size: 14px;
  color: #4f4f4f;
}

input {
  margin-bottom: 14px;
}

.btn_vote,
.btn_result {
  /* float: left;
  padding: 18px 0 0 50px; */
  border: 0;
}

.btn_result {
  padding-left: 25px;
}

/* DAY QUESTION */
.btn_vote_dq,
.btn_result_dq {
  float: left;

  /* margin: 0 0 0 7px; */
  border: 0;
}

.btn_result_dq {
  margin-left: 21px;
}

.dq_title {
  margin-bottom: 10px;
  width: 239px;
  font-weight: 700;
  font-size: 16px;
  color: #ba2323;
}

input.search {
  margin: 0;
  border: 0;
  padding: 4px 6px 3px;
  width: 137px;
  color: #909090;
  background: url(../images/search_field.gif) no-repeat left top;
}

.detailed_search {
  font-size: 14px;
  text-decoration: none;
  color: #909090;
}

td.wheather {
  border-top: 1px solid #eee;
  padding: 3px 0;
  width: 82px;
  text-align: center;
}

.left_column {
  position: relative;
  float: left;

  /* 20190805  z-index: -1; */
  width: 100%;
}

.right_column {
  position: relative;
  float: right;

  /* 20190805 z-index: -1; */
  width: 360px;
}

.video_news_title,
.video_news_title_com {
  font-size: 15px;
  text-decoration: none;
  color: #bb1212;
}

.video_news_title_com {
  color: #3d3d3d;
}

.video_news_list {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px;
}

.video_news_list li {
  float: left;
}

.video_news_list li.grey {
  float: left;
  background: #ebebeb;
}

.video_news_text {
  float: left;
  margin: 9px 0 0 9px;
  width: 153px;
}

.video_news_img {
  float: left;
  border: 1px solid #ddd;
}

.video_news_link {
  text-decoration: none;
  color: #bb1212;
}

.more_news,
.more_news2,
.more_news3,
.more_news4,
.more_news5,
.more_news6,
.more_news7,
.more_news8,
.more_news9 {
  position: absolute;
  right: 13px;
  bottom: 0;
  padding: 2px 0 0 12px;
  width: 252px;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  background: url(../images/more_new_bg.gif) no-repeat left bottom;
}

.more_news2 {
  right: 11px;
  bottom: 3px;
  width: 110px;
  background: url(../images/more_new_bg2.gif) no-repeat left bottom;
}

.more_news3 {
  right: 12px;
  bottom: 0;
  width: 173px;
  background: url(../images/more_new_bg3.gif) no-repeat left bottom;
}

.more_news4 {
  right: 11px;
  bottom: 0;
  width: 136px;
  background: url(../images/more_new_bg4.gif) no-repeat left bottom;
}

.more_news5 {
  right: 11px;
  width: 173px;

  /* background: url(../images/more_new_bg5.gif) no-repeat left bottom; */
  background: url(../images/more_new_bg3.gif) no-repeat left bottom;
}

.more_news6 {
  right: 11px;
  width: 188px;
  background: url(../images/more_new_bg6.gif) no-repeat left bottom;
}

.more_news7 {
  right: 10px;
  width: 61px;
  background: url(../images/more_new_bg7.gif) no-repeat left bottom;
}

.more_news8 {
  left: 26px;
  right: 0;
  width: 61px;
  background: url(../images/more_new_bg8.gif) no-repeat left bottom;
}

.more_news9 {
  left: 12px;
  right: 0;
  bottom: 1px;
  padding-top: 1px;
  width: 61px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 13px;
  background: url(../images/more_new_bg9.gif) no-repeat left top;
}

.vote_td {
  padding-bottom: 6px;
}

.preke_lt_text {
  float: left;
  padding: 50px 0 0 88px;
  height: 66px;
  font-size: 16px;
  color: #033b0e;
}

.preke_lt_more {
  position: absolute;
  right: 20px;
  top: 122px;
  padding: 2px 0 0 12px;
  width: 200px;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
}

#footer_block {
  position: relative;
  float: left;

  /*
  background: url(../images/footer_bg.gif) no-repeat left top #eaeaea;
  */
  margin-top: 35px;
  width: 1214px;
}

.footer_bottom {
  float: left;
  width: 1214px;
  height: 5px;
  background: url(../images/footer_bottom_bg.gif) no-repeat left top;
}

.footer_title {
  margin-top: 21px;
  font-weight: 700;
  font-size: 16px;
  color: #636262;
}

.footer_list,
.footer_mid,
.footer_right {
  display: inline;
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 17px 0 0 20px;
  padding: 0;
  width: 385px;
}

.footer_list li {
  float: left;
  margin-bottom: 8px;
  width: 385px;
}

.footer_list li a,
.footer_left li a.footer_list_title {
  font-size: 12px;
  text-decoration: none;
  color: #747171;
}

.footer_list li a.footer_list_title {
  font-weight: 700;
  font-size: 16px;
  color: #636262;
}

.footer_mid {
  margin: 47px 0 0 19px;
  width: 370px;
}

.footer_mid li {
  width: 370px;
}

.footer_right {
  margin: 21px 0 0 7px;
  width: 150px;
}

.footer_right li {
  margin-bottom: 14px;
  width: 150px;
}

.footer_h1 {
  float: none;
}

#copyright_block {
  float: left;
  margin-top: 9px;
  width: 100%;
  height: 48px;
  max-width: 1214px;

  /*
  background: url(../images/copyright_bg.gif) no-repeat left top;
  */
}

.copyright_text {
  display: inline;
  float: left;

  /* width: 740px; */
  margin: 16px 0 0 30px;

  /*
  color: #eae9ea;
*/
  color: #747171;
}

.imagine {
  display: inline;
  float: left;
  margin: 18px 29px 0 0;
  width: 186px;
  font-size: 10px;
  text-align: right;
  color: #dadada;
}

.imagine_link {
  font-family: "Century Gothic";
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  color: #fffefe;
}

.ds {
  font-size: 9px;
  text-decoration: none;
  color: #dadada;
}

.image_right_text {
  display: box;
  float: right;

  /* daugtaskis */
  overflow: hidden;

  /* tituliniam 221px */
  margin: 17px 1px 7px 14px;
  padding: 0;
  width: 187px;
  line-height: 12px; /* fallback */
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */

  /* max-height: 50px; */ /* fallback */
}

.block_135 {
  position: relative;
  float: left;
  margin: 0 0 9px;
  width: 135px;
}

.block_135_top_bg {
  /* background: url(../images/content_block_top_135.gif) no-repeat left top #FFF; */
}

.block_135_bottom_bg {
  float: left;
  width: 135px;
  height: 9px;

  /*  background: url(../images/content_block_bottom_135.gif) no-repeat left bottom; */
}

.block_135_content {
  position: relative;
  float: left;
  padding: 7px 0 0 7px;
  width: 128px;
}

.main-form__discount {
  padding-left: 0 !important;
}

.bd0 {
  border: 0;
}

.comment_form_block {
  display: contents;
  float: left;

  /* background: url(../images/form_bg.gif) repeat-x left top; */
  border: 0;
  padding-top: 12px;
  width: 100%;
  height: 181px;
}

.com_title {
  float: left;
  padding: 30px 0 4px;
  width: 100%;
  font-size: 14px;
  color: #7b7b7b;
}

.com_title2 {
  float: left;
  padding: 21px 0 4px;
  width: 100%;
  font-size: 14px;
  color: #7b7b7b;
}

textarea:focus,
input:focus {
  outline: none;
}

.com_name {
  border: solid 1px lightgrey;
  border-radius: 16px;
  padding: 10px;
  width: 45%;
  height: 16px;
  font-family: "Arial", sans-serif;
  font-size: 16px;

  /* background: url(../images/field_com_name.gif) no-repeat left top; */
  opacity: 0.65;
}

.com_name_error {
  border: 0;
  width: 145px;
  height: 18px;
  background: url(../images/field_com_name_error.gif) no-repeat left top;
}

.com_label {
  font-size: 12px;
  color: #575757;
}

.com_email {
  border: 0;
  width: 221px;
  height: 18px;
  background: url(../images/field_com_email.gif) no-repeat left top;
  opacity: 0.65;
}

.com_email_error {
  border: 0;
  width: 223px;
  height: 18px;
  background: url(../images/field_com_email_error.gif) no-repeat left top;
}

.com_text {
  /* background: url(../images/field_com_text.gif) no-repeat left top; */
  border: solid 1px lightgrey;
  border-radius: 16px;
  padding: 10px;

  /* width: 68%; */
  width: 98%;

  /* height: 120px; */
  height: 146px;
  opacity: 0.65;
  resize: none;
}

.com_text_error {
  border: 0;
  width: 519px;
  height: 96px;
  background: url(../images/field_com_text_error.gif) no-repeat left top;
}

.com_form_link,
.com_form_link2 {
  font-size: 14px;
  text-decoration: none;
  color: #808080;
}

.com_form_link2 {
  font-size: 12px;
}

.com_info {
  float: left;
  margin-top: 5px;
  border-top: 1px solid #dfdfdf;
  padding: 10px 0 28px;

  /* width: 540px; */
  width: 100%;
  font-size: 14px;
  color: #7d7d7d;

  /* margin-left: 30px; */
}

.com_info_link {
  font-size: 11px;
  text-decoration: underline;
  color: #9b3333;
}

.com_list_title {
  float: left;
  padding: 2px 0 1px 20px;
  width: 520px;
  font-size: 18px;
  color: #fff;
  background: #aeadad;
}

.com_list {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0;
  width: 540px;
}

.com_list li {
  border-top: 1px solid #d2d2d2;
  padding: 15px 10px 20px;
  line-height: 170%;
}

.com_list li.cl_first {
  border: 0;
}

.com_list_wday {
  font-weight: 700;
  font-size: 14px;
  color: #ba2323;
}

.com_list_date {
  font-size: 11px;
  color: #756969;
}

.com_list_name {
  text-decoration: none;
  color: #5d5b59;
}

.com_list_com_count {
  text-decoration: none;
  color: #ba2323;
}

.block_167 {
  position: relative;
  float: left;
  margin-bottom: 10px;
  width: 167px;
}

.block_535 {
  position: relative;
  float: left;
  margin-bottom: 10px;
  width: 535px;
}

.block_535_top_bg {
  /* background: url(../images/content_block_top_535.gif) no-repeat left top #FFF; */
}

.block_535_bottom_bg {
  float: left;
  width: 100%;
  height: 9px;

  /* background: url(../images/content_block_bottom_535.gif) no-repeat left bottom; */
}

.block_535_content {
  float: left;
  padding: 8px 15px 14px;
  width: 677px;
}

.block_535_text_links {
  float: left;
  padding-top: 11px;
  width: 505px;
  font-size: 11px;
  color: #737575;
}

.block_535_text_links {
  text-align: right;
}

.block_535_text_links a {
  font-size: 11px;
  text-decoration: none;
  color: #9f0202;
}

.anekdot_list {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 15px 0 0;
  width: 505px;
}

.anekdot_list li {
  margin: 0;
  border-top: 1px solid #dfdfdf;
  padding: 20px 12px;
  color: #333;
}

.votes_list_title {
  float: left;
  padding-bottom: 14px;
  width: 410px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ad3a3a;
}

.votes_text {
  font-size: 14px;
  color: #767676;
}

.vote_bar_1 {
  background: #585858;
}

.vote_bar_2 {
  background: #e4e4e4;
}

.votes_date {
  float: left;
  margin: 0 0 8px;
  border-bottom: 1px solid #e4e4e4;
  padding: 6px 0 8px;
  width: 100%;
  font-size: 12px;
  color: #767676;
}

.horoskop_list {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 900px;
}

.horoskop_list li {
  float: left;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  padding: 18px 0;
  font-size: 16px;
}

.anecdote_list {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 900px;
}

.anecdote_list li {
  float: left;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
}

.anecdote_list_text {
  float: left;
  padding-bottom: 20px;
  padding-left: 40px;
  width: 750px;
  line-height: 150%;
  color: #2d2c2c;
}

.horoskop_list_text {
  float: left;
  padding-left: 15px;
  width: 750px;
  line-height: 150%;
  color: #2d2c2c;
}

.horoskop_list_title {
  font-size: 16px;
  color: #ba2323;
}

.horoskop_list_date {
  font-size: 14px;
  color: #828282;
}

.horoskop_list_ico {
  float: left;
  margin-top: 3px;
}

.archive_list,
.archive_sublist {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 677px;
}

.archive_list li {
  float: left;
  margin: 0;
  border-top: 1px solid #dfdfdf;
  padding: 10px 0;
  color: #333;
}

.archive_link {
  text-decoration: none;
  color: #ba2323;
}

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

.archive_sublist li {
  margin: 0;
  border: 0;
  padding: 10px;
  width: 677px;
}

.archive_sublist li a {
  font-size: 16px;
  text-decoration: none;
  color: #2d2c2c;
}

.archive_header {
  float: left;
  width: 505px;
  color: #ba2323;
}

.com_paging {
  float: right;
  list-style: none;
  list-style-type: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-right: 55px;
}

.com_paging li,
.com_paging li.first {
  float: left;
  padding: 0 10px 0 11px;
  background: url(../images/com_sep.gif) left center no-repeat;
}

.com_paging li.first {
  padding-left: 0;
  background: none;
}

.com_paging li a,
.com_paging li a.sel {
  font-weight: 700;
  text-decoration: none;
  color: #575757;
}

.com_paging li.sel {
  color: #a32323;
}

.com_list2 {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  margin-left: 40px;
  padding: 10px 0 0 25px;

  /* width: 675px; */
  width: 93%;
  font-size: 13px;
}

.com_list2 li,
.com_list2 li.first {
  border-bottom: 1px solid #dfdfdf;
  padding: 18px 0 32px 10px;

  /* width: 540px; */
  width: 95%;
}

.com_list2 li.first {
  border-top: 1px solid #dfdfdf;
}

.com_list2_name {
  font-weight: 700;
  font-size: 16px;
  color: #363636;
}

.com_list2_date {
  float: right;
  margin-left: 5px;
  font-size: 12px;
  color: #7b7b7b;
}

.com_list2_text {
  margin: 0;

  /* padding: 8px 0 0 0; */
  padding: 14px 0;
  font-size: 16px;
  line-height: 20px;
  word-break: break-word;
  white-space: pre-wrap;
}

.com_list2_text a {
  margin: 0;
  padding: 14px 0;
  font-size: 16px;
  line-height: 20px;
  word-break: break-word;
  white-space: pre-wrap;
  text-decoration: none;
  color: #6f6f6f;
}

.ptop_27 {
  padding: 27px 0 30px;
}

.ptop_6 {
  padding-top: 6px;
}

.ptop_20 {
  padding-top: 20px;
}

.video_gallery_item {
  margin: 0;
  padding: 0 0 15px;
  width: 129px;
  color: #4f4f4f;
}

.video_gallery_link,
.video_gallery_link_com {
  text-decoration: none;
  color: #4f4f4f;
}

.video_gallery_link_com {
  color: #941b20;
}

.vimg {
  margin-bottom: 4px;
  border: 0;
}

.video_menu {
  float: left;
  width: 100%;
}

.video_menu_item {
  vertical-align: middle;
  border-bottom: 1px solid #a8a8a8;
  padding: 0 14px;
  width: 10px;
}

.video_menu_item_ {
  border-bottom: 1px solid #a8a8a8;
}

.video_menu a {
  font-size: 14px;
  text-decoration: none;
  color: #4f4f4f;
}

.video_menu_sel {
  width: 20px;
}

.video_menu_sel_left,
.video_m_sel_right {
  margin: 0;
  padding: 0;
  width: 5px;
  height: 28px;
  background: url(../images/video_menu_sel_left.gif) left bottom no-repeat;
}

.video_menu_sel_right {
  background: url(../images/video_menu_sel_right.gif) right bottom no-repeat;
}

.video_menu_sel_mid {
  margin: 0;
  padding: 6px 9px 0;
  height: 22px;
  font-size: 14px;
  color: #941b20;
  background: url(../images/video_menu_dot.gif) left top repeat-x;
}

.news_img {
  float: left;
  margin: 8px 0 0;
  border: 0;
}

/* POPUP STYLES */

#popup {
  width: 100%;
  height: 656px;
  background: #fff;
}

.popup_title {
  padding: 13px 0 0 97px;
  font-size: 24px;
  color: #989898;
}

.popup_bottom {
  padding-top: 16px;
  height: 48px;
  font-weight: 700;
  color: #3f3d3d;
}

.popup_title_bg {
  width: 300px;
  height: 58px;
  background: transparent url(../images/vz24.gif) no-repeat scroll 40px center;
}

.popu_paging {
  position: relative;
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 21px 0 0;
  padding: 0;
}

.popu_paging li {
  float: left;
  margin: 0;
  padding: 0 5px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  color: #676767;
}

.popu_paging li a {
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  color: #a8a8a8;
}

.popup_content {
  height: 550px;
  background: #cbcbcb;
}

.vito_geras_link {
  position: absolute;
  right: 15px;
  bottom: 2px;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
}

.td_padb {
  /* padding-bottom: 9px; */
}

.td_padb_300 {
  /* padding-bottom: 9px; */
  padding-left: 25px;
}

.search_results {
  float: left;
  padding: 4px 20px;
  width: 95%;
  font-size: 14px;
  color: #4f4f4f;
  background: #ededed;
}

.search_results_list {
  position: relative;
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 3px 0 0;
  width: 100%;
}

.search_results_list li {
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0 17px;
}

.search_results_date,
search_results_title {
  float: left;
  padding: 0 0 8px;
  width: 100%;
  font-size: 12px;
  color: #737575;
}

.search_results_title {
  padding-bottom: 3px;
}

.search_results_title_link {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #313131;
}

.search_results_text {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 12px;
}

.search_results_text_link {
  font-size: 14px;
  text-decoration: none;
  color: #222323;
}

.search_results_paging {
  float: left;
  padding-top: 20px;
  width: 682px;
  font-size: 12px;
  text-align: center;
  color: #868686;
}

.search_results_paging_link {
  text-decoration: none;
  color: #868686;
}

.search_results_paging_sel {
  font-weight: 700;
  color: #4a4a4a;
}

/* vienu sakiniu */
.vienu_sakiniu {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 17px 0 9px 15px;
  font-size: 14px;

  /* text-align: justify; */
}

.vienu_sakiniu li {
  float: left;
  margin: 14px 0 0;
  border-top: 1px solid #dfdfdf;
  padding: 14px 0 0;
  width: 285px;
}

.vienu_sakiniu li p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.vienu_sakiniu li p a {
  font-size: 14px;
  text-decoration: none;
}

.vienu_sakiniu li p a:hover {
  font-size: 14px;
  text-decoration: underline;
}

.vienu_sakiniu li.vsfirst {
  margin: 0;
  border: 0;
  padding: 0;
}

.vs_big {
  font-weight: 700;
  font-size: 13px !important;
  text-decoration: none !important;
}

a.vs_big,
a.vs_big_red {
  font-weight: 700;
  font-size: 13px !important;
  text-decoration: none !important;
}

a.vs_big_red {
  color: #a90030;
}

/* vienu sakiniu */
.popup_info {
  vertical-align: middle;
  height: 31px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #2f2f2f;
}

.search_block {
  margin: 2px;

  /*
  background: url(../images/search_field_new.gif) left top no-repeat;
 */
  border: 0;
  padding: 1px 7px 2px;
  width: 125px;
  height: 11px;
  font-size: 12px;
  color: #818080;
}

.data {
  margin: 0;
  padding-left: 10px;
  width: 226px;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  color: #8b8686;
}

.gallery6,
.gallery6_last {
  vertical-align: top;
  width: 230px;
  height: 109px;
  text-align: left;
}

.gallery6_last {
  width: 223px;
}

.gallery6 img,
.gallery6_last img {
  cursor: pointer;
}

.gallery6_img_big {
  position: absolute;
  left: -40px;
  top: 0;
  z-index: 100;
}

.h1_278 {
  width: 278px;
}

.h1_150 {
  margin-top: 2px;
  width: 150px;
}

.recom_main {
  float: left;
  background: url(../images/recom_red_dot.gif) left bottom repeat-x;
}

.recom_sel {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #a0011d;
  background: url(../images/recom_center_sel.gif) left top repeat-x;
  cursor: default;
}

.recom_ {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #222323;
  background: url(../images/recom_center.gif) left top repeat-x;
  cursor: pointer;
}

.recom_small {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  color: #585858;
}

.recom_small_sell {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  color: #a0011d;
}

.recom_left_sel {
  background: url(../images/recom_left_sel.gif) left top no-repeat;
}

.recom_right_sel {
  background: url(../images/recom_right_sel.gif) right top no-repeat;
}

.recom_left_ {
  background: url(../images/recom_left.gif) left top no-repeat;
}

.recom_right_ {
  background: url(../images/recom_right.gif) right top no-repeat;
}

.recom_block {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 12px 7px 0;
  width: 300px;
}

#recom_block_1,
#recom_block_2,
#recom_block_3 {
  width: 236px;
}

#recom_block_1 td,
#recom_block_2 td,
#recom_block_3 td {
  padding-bottom: 6px;
}

a.recom_link {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #222323;
}

a.recom_link:hover {
  text-decoration: underline;
}

a.recom_com {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #a00;
}

.news_gallery,
.news_gallery2 {
  padding-top: 6px;
  width: 540px;
  background: #fefefe;

  /* border-bottom: 1px solid #656566; */
}

.news_gallery2 {
  height: 412px;
}

.news_gallery_imgb {
  position: relative;
  float: left;
  margin-top: 5px;
  width: 540px;
  height: 359px;
}

.news_gallery_table {
  float: none;
  width: 540px;
  height: 359px;
}

.news_gallery_td {
  float: none;
  vertical-align: middle;
}

#galleryZoomIcon {
  display: block;
  clear: left;
  margin-top: -40px;
}

.news_gallery_img {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 540px;
  height: 359px;
  text-align: center;
}

.news_gallery_img_bg {
  border: 0;
  background: url(../images/zoom.png) left bottom no-repeat;
}

.gallery_back,
.gallery_next {
  margin-right: 12px;
  border: 0;
  cursor: pointer;
}

.gallery_next {
  margin: 0 0 0 12px;
}

.gallery_nr,
.gallery_nr_sel {
  margin: 0 2px;
  border: 1px solid #797979;
  padding: 0;
  width: 17px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #444;
  cursor: pointer;
}

.gallery_nr_sel {
  border: 1px solid #d70000;
  background: #f00;
}

.gallery_back_arrow {
  position: absolute;
  left: 16px;
  top: 154px;
  border: 0;
  opacity: 0.8;
}

.gallery_next_arrow {
  position: absolute;
  right: 14px;
  top: 154px;
  border: 0;
  opacity: 0.8;
}

.news_gallery_text {
  float: left;
  margin: 0;

  /* color: #b8b8b8; */
  padding: 3px 0;
  width: 540px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  text-align: center;
}

.fn {
  float: none;
}

.gallery_link {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  color: #fff;
}

.gallery_paging {
  padding-bottom: 4px;
}

.archyve_block {
  position: relative;
  float: left;
  padding: 23px 4px 0 0;
  width: 122px;
  text-align: center;
}

.archyve_text {
  padding-top: 5px;
}

.archyve_link {
  font-family: "tahoma";
  font-size: 11px;
  text-decoration: none;
  color: #5c5c5c;
}

.amintys {
  background: #7c7c7c;
}

.amintys_kabl {
  vertical-align: top;
  padding: 0 5px 0 12px;
  width: 18px;
  text-align: left;
}

.amintys_text {
  padding: 0 10px 0 0;
  width: 667px;
  font-size: 16px;
  color: #fff;
}

.amintys_text_link a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

.amintys_text_link a:hover {
  font-size: 16px;
  text-decoration: underline;
  color: #eee;
}

.amintys_kabr_span {
  position: relative;
  vertical-align: top;
}

.amintys_kabr {
  position: absolute;
  left: 0;
  top: 9px;
}

.skaitykite_savaitrasti {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 160%;
  text-decoration: none;
  color: #505050;
}

.atsisiusti_pdf {
  margin: 6px 0 0 16px;
}

.gold_text {
  padding: 3px 0 0;
}

.zalgirio_pdf {
  margin: 6px 0 19px 16px;
}

.verta_aplankyti,
.verta_aplankyti a {
  padding-bottom: 16px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  color: #222323;
}

.verta_aplankyti a {
  text-decoration: none;
  color: #d90000;
}

.img_shadow {
  border: 0;
  padding-left: 5px;
  background: url(../images/img_shadow.gif) left top no-repeat;
}

.img_shadow2 {
  padding: 0 5px;
  background: url(../images/img_shadow2.gif) left top no-repeat;
}

.img_shadow3 {
  padding: 0 7px 0 8px;
  background: url(../images/img_shadow3.gif) left top no-repeat;
}

a.gold_link,
a.gold_link2 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #125835;
}

a.gold_link2 {
  color: #fbeec2;
}

.gold_bottom_link {
  float: left;
  padding: 20px 0 6px;
}

a.gold_link3 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  color: #fff;
}

a.gold_link3:hover {
  text-decoration: none;
}

.block_230 {
  position: relative;
  float: left;
  width: 230px;
  height: 241px;
  background: url(../images/content_block_top_230.gif) left top no-repeat #fff;
}

.block_230_2 {
  position: relative;
  float: left;
  margin-left: 11px;
  width: 230px;
  height: 241px;
  background: url(../images/content_block_top_230.gif) left top no-repeat #fff;
}

.block_230_content {
  float: left;
  padding-top: 4px;
  width: 230px;
  height: 228px;
}

.block_230_bottom,
.block_230_bottom2,
.block_230_bottom3 {
  float: left;
  width: 230px;
  height: 9px;
  background: url(../images/content_block_bottom_230.gif) left top no-repeat;
}

.block_230_bottom2 {
  background: url(../images/content_block_bottom_230_2.gif) left top no-repeat;
}

.block_230_bottom3 {
  background: url(../images/content_block_bottom_230_3.gif) left top no-repeat;
}

.zalgirio_text_big,
.zalgirio_text_link {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 27px;
  text-decoration: none;
  color: #fff;
}

.zalgirio_text {
  padding: 5px 0 0 13px;
}

.zalgirio_text_link {
  font-size: 18px;
}

.verta_atversti_link {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  color: #ba2323;
}

.verta_atversti_com {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #da0f0f !important;
}

.verta_atversti_text {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  color: #737575;
}

.vardadieniai_title {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #aa0031;
}

.vardadieniai_text {
  float: left;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  color: #1e1e1c;
}

a.vzlyderis {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 17px;
  text-decoration: none;
  color: #5c5c5c;
}

#gImageBlock {
  position: absolute;
}

#galleryZoom {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
}

.laisval_paging {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.laisval_paging li {
  float: left;
  padding: 0 10px 0 11px;
}

.laisval_paging li.first {
  padding-left: 0;
  background: none;
}

.laisval_paging li a,
.laisval_paging li a.sel {
  text-decoration: none;
  color: #575757;
}

.laisval_paging li.sel {
  color: #a32323;
}

.laisval_sep {
  float: left;
  margin: 17px 0 20px;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
}

textarea {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
}

.item_main_photo_container {
  float: left;
  margin: 0 auto;
  padding-top: 15px;
  width: 100%;
}

.item_main_photo {
  margin: 0 auto;
  width: 850px;

  /* height: 540px; */
  height: 500px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.item_main_photo_count {
  position: relative;
  right: 22px;
  top: 22px;
  float: right;
  border-radius: 4px;
  padding: 8px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: rgba(93, 92, 92, 0.6);
  transition: 0.3s;
}

.item_main_photo_count:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.item_main_photo_title {
  margin: 0 auto;
  padding: 4px 0;
  width: 80%;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 1026px) {
  .gallery_banner {
    display: none;
    width: 100px;
    visibility: hidden;
  }
}

.article_inner_image {
  margin: 20px 0;
  text-align: center;
}

.article_inner_image .item_main_photo_title {
  margin: -4px 0 0;
  width: 99%;
  text-align: right;
  color: #858585;
}

.article_inner_image > a {
  display: block;
}

.article_inner_image > a > img {
  height: auto;
  max-width: 100%;
}

/* Nuo 20191105 */

.block_main_prio_table {
  width: 100%;
}

.block_main_prio_extra_nonextra_container {
  position: relative;
  float: left;
  width: 100%;
}

.block_main_fotoakimirkos_container {
  position: relative;
  float: left;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
}

.block_main_prio_extra_container {
  float: left;
  padding: 8px 0 10px;
  width: 100%;
}

.block_main_fotoakimirkos {
  float: left;
  padding: 10px 0 20px;
  width: 100%;
}

.block_main_prio_extra_container_1 {
  float: left;
  margin-right: 12px;
  width: 48%;
}

.block_main_prio_extra_container_2 {
  float: right;
  margin-right: 12px;
  width: 48%;
}

.block_main_prio_extra_container_2_mobile {
  display: none;
  float: left;
  margin-right: 4%;
  width: 48%;
}

.block_main_prio_extra_1 {
  float: left;
  padding-top: 7px;
  width: 100%;

  /* margin-right: 12px; */
}

.block_main_prio_extra_photo_1 {
  width: 100%;
}

.block_main_prio_extra_photo_2 {
  width: 100%;
}

.block_main_prio_extra_2 {
  float: left;
  padding-top: 7px;
  width: 100%;

  /*  margin-right: 28px; */
}

.block_main_prio_nonextra_container {
  float: left;
  padding: 0 0 00;
  width: 100%;
}

.block_main_prio_nonextra_container_1 {
  float: left;
  padding: 8px 15px 10px 0;
  width: 286px;
}

.block_main_prio_nonextra_container_2 {
  float: left;
  padding: 8px 15px 10px 0;
  width: 286px;
}

.block_main_prio_nonextra_container_3 {
  float: left;
  padding: 8px 0 10px;
  width: 286px;
}

.block_main_prio_nonextra_container_4 {
  float: left;
  padding: 8px 18px 10px 0;
  width: 286px;
}

.block_main_prio_nonextra_container_5 {
  float: left;
  padding: 8px 18px 10px 0;
  width: 286px;
}

.block_main_prio_nonextra_container_6 {
  float: left;
  padding: 8px 0 10px;
  width: 286px;
}

.block_main_prio_nonextra_1 {
  float: left;
  padding-top: 7px;
}

.block_main_prio_nonextra_2 {
  float: left;
  padding-top: 7px;
}

.block_main_prio_nonextra_3 {
  float: left;
  padding-top: 7px;
}

.block_main_prio_nonextra_4 {
  float: left;
  padding-top: 7px;
}

.block_main_prio_nonextra_5 {
  float: left;
  padding-top: 7px;
}

.block_main_prio_nonextra_6 {
  float: left;
  padding-top: 7px;
}

.block_main_prio_nonextra_photo {
  width: 286px;
}

.block_main_prio_ad_container {
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}

.block_main_prio_ad {
  position: relative;
  margin-bottom: 22px;
  padding-top: 20px;

  /* top: 4px; */
  width: 900px;
}

.block_separator_desktop {
  clear: both;
}

.block_separator_mobile {
}

.block_main_margin_right {
  margin-right: 0;
}

.block_item_newest_container {
  float: left;
  padding: 18px 18px 10px 0;
  width: 240px;
}

.block_item_newest_photo {
  width: 240px;
}

.block_item_newest_title {
  float: left;
  padding-top: 8px;
}

.diff_view_img {
  width: 286px;
}

.diff_view_title {
  float: right;
  width: 530px;
}

.news_related_row {
  margin-bottom: 12px;
  padding: 0;
  width: 95%;
}

.news_list_row {
  margin-bottom: 12px;
  padding: 0;
  width: 95%;
}

.news_related_img {
  width: 280px;
}

.news_list_img {
  width: 286px;
}

.news_related_title {
  float: right;
  width: 500px;
}

.news_list_title {
  float: right;
  width: 510px;
}

.newest_news_img {
  width: 216px;
}

.newest_news_img_container,
newest_news_title {
  float: left;
}

.newest_news_desc_container {
  float: left;
  margin-left: 2%;
  width: 65%;
}

.news_comment_container {
  margin-top: 95px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.news_list_date {
  margin-top: 75px;
  margin-left: 10px;
  font-size: 13px;
}

.more_button_mobile {
  position: absolute;
  right: 0;
  bottom: -3px;
  display: inline-block;
  border: none;
  border-radius: 4px;
  padding: 8px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #b73537;
  cursor: pointer;
}

.calendar_table {
  width: 167px;
}

.news_social_container {
  float: left;
  margin-top: 2%;

  /* margin-top: 6%; */
  margin-bottom: 2%;
  padding: 2% 0;
  width: 100%;
  min-height: 20px;

  /* border-top: 1px solid #dfdfdf; */
  /* border-bottom: 1px solid #dfdfdf; */
  text-align: left;
}

.button_red {
  right: 0;
  display: inline-block;
  border: none;
  border-radius: 4px;
  padding: 8px;
  width: unset;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: white;
  background: unset;
  background-color: #b73537;
  cursor: pointer;
}

.news_subcategory_link {
  font-weight: 700;
  font-size: 12px !important;
  letter-spacing: 0.25px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ba2323 !important;
}

.main_top_banner_mobile_container {
  display: none;
  margin-top: 0 !important;
}

.desktop_banner {
  display: block !important;
  padding-top: 2%;
  padding-bottom: 1%;
  text-align: center;
}

.mobile_banner {
  display: none !important;
}

.stpdInArticleAd {
  margin-right: 25px !important;
}

.description_p1 {
  width: 96%;
}

.banner_sticky_container {
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  float: right;
  overflow: hidden;
  margin: 20px 0;
  width: 300px;

  /* height: 1px; */
  height: 800px;
}

.banner_sticky_container_left {
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  float: right;
  margin: 20px 0;
  width: 300px;

  /* height: 1px; */
  height: 1400px;
}

.description_p1 > p {
  text-align: left !important;
}

.p2 > p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
}

.p2 > p > img {
  height: auto;
  max-width: 100%;
}

.lazy-banner-1920 {
  display: block;
}

@media only screen and (max-width: 1875px) {
  .lazy-banner-1920 {
    display: none !important;
  }
}

.block_main_prio_extra_photo_dynamic {
  position: relative;
}

.dynamic_extra_prio > a > img {
  position: absolute;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.block_main_prio_nonextra_photo_dynamic {
  position: relative;
}

.dynamic_nonextra_prio > a > img {
  position: absolute;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.mh250 {
  max-height: 250px;
}

.com_child_form_container {
  margin-top: 1%;
}

.com_list2_childs {
  width: 100%;
}

.comment_button_post {
  border-radius: 32px;
  padding: 6px 22px;
  font-size: 16px;
  text-align: center;
  color: white;
  background-color: #b73537;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}

.comment_button_reply {
  border: 1px solid #dedfe0;
  border-radius: 8px;
  padding: 2px 22px;
  font-size: 11px;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}

.comment_button_reply:hover {
  background-color: #ffe3001a;
}

.comment_button_close {
  margin-left: 5%;
  border: 1px solid #dedfe0;
  border-radius: 32px;
  padding: 6px 0;
  width: 100px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}

.comment_circle_container {
  position: absolute;
  left: 25px;
  padding-top: 2px;
}

.comment_circle {
  border-radius: 60%;
  padding: 13px 16px;
  width: 14px;
  height: 20px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;

  /* background: #c6c6c6; */
  color: #fff;
  background-color: #d26565e3;
}

.comment_circle_grey {
  background-color: #cacaca !important;
}

.comment_circle_slurry_pit {
  margin-top: 3px;
  margin-left: 10%;
  border-radius: 60%;
  padding: 14px 16px;
  width: 13px;
  height: 20px;
  font-weight: 700;
  font-size: 8px;
  text-align: center;
  background-image: url("../images/comment_circle_poop.png");
  background-size: 33px 30px;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.poll_button_post {
  float: left;
  margin-left: 6%;
  border-radius: 32px;
  padding: 7px 24px;
  font-size: 18px;
  text-align: center;
  color: white;
  background-color: #b73537;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}

.poll_button_results {
  float: left;
  margin-left: 5%;
  border: 1px solid #dedfe0;
  border-radius: 32px;
  padding: 7px 6px;
  width: 100px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}

.photo_homepage_label_container {
  position: absolute;
  left: 0;
  top: 0;
}

.photo_homepage_label_big {
  float: left;
  overflow: hidden;
  padding: 0 6px;
  height: 20px;
  max-width: 95%;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #fff;
  background-color: #e03d3de8;
}

.photo_homepage_label_small {
  overflow: hidden;
  padding: 0 6px;
  height: 19px;
  max-width: 95%;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #fff;
  background-color: #e03d3de8;
}

.photo_homepage_container {
  position: relative;
  float: left;
  border-radius: 4px;
  padding-top: 64.35%;
  width: 100%;
  background-color: #f5f5f5;
}

.photo_for_homepage_watermark {
  position: absolute;
  top: 0;
  z-index: 1;
  float: left;
  border-radius: 4px;
  padding-top: 64.35%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.video_watermark {
  background-image: url("../images/play-watermark.png");
  filter: progid:dximagetransform.microsoft.alphaimageloader(src="../images/play-watermark.png", sizingmethod="scale");
}

.menu_1_social_svg {
  height: 14px;
  filter:
    invert(30%) sepia(0%) saturate(4864%) hue-rotate(156deg)
    brightness(101%) contrast(88%);
}

.photo_homepage_live_container {
  float: left;
  background-color: #6363639e;
}

.live_pulse_big {
  margin: 8px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 0 rgb(217, 217, 217);
  background: rgb(247, 26, 26);
  transform: scale(1);
  animation: live_pulse 2s infinite;
}

.live_pulse_small {
  margin: 7.5px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 0 rgb(217, 217, 217);
  background: rgb(247, 26, 26);
  transform: scale(1);
  animation: live_pulse 2s infinite;
}

@keyframes live_pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    transform: scale(0.95);
  }

  70% {
    box-shadow: 0 0 0 5px rgba(255, 82, 82, 0);
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    transform: scale(0.95);
  }
}

.tv_sticky {
  position: fixed;
  right: 7%;
  bottom: 5%;
  z-index: 9999999;
  display: none;
  width: 280px;
  height: 158px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background-color: #000;
}

.tv_sticky_video_background {
  position: fixed;
  z-index: 10000;
  width: 158px;
  height: 280px;
  cursor: pointer;
}

.tv_sticky_close_button {
  position: absolute;
  right: -5%;
  top: -12px;
  z-index: 100001;
  border: 1px solid white;
  border-radius: 20px;
  padding-top: 3px;
  width: 22px;
  height: 19px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: white;
  background-color: black;
  cursor: pointer;
}

.tv_sticky_video_container {
  position: relative;
  z-index: -1;
}

.tv_stikcy_video_wrapper {
  width: 100%;
  height: 0;
}

.tv_sticky_iframe_youtube {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.tv_sticky_retro {
  position: fixed;
  right: 7%;
  bottom: 2%;
  z-index: 9999999;
  display: none;
  margin: 0;
  width: 260px;
  height: 192px;
}

.tv_sticky_video_background_retro {
  width: 260px;
  height: 192px;
  background-image: url(../images/tv_mini.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.tv_sticky_close_button_retro {
  position: absolute;
  right: -4%;
  top: -4%;
  border: 1px solid white;
  border-radius: 20px;
  padding-top: 3px;
  width: 22px;
  height: 19px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: white;
  background-color: black;
  cursor: pointer;
}

.tv_sticky_video_container_retro {
  position: relative;
  left: 22px;
  top: 22px;
  z-index: -1;
  width: 184px;
  filter: blur(0.3px) grayscale(1);
  transform: skew(1deg, -0.3deg);
}

.tv_stikcy_video_wrapper_retro {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.tv_sticky_iframe_youtube_retro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 152px;
}

.banner_links_right a {
  display: block;
  text-decoration: none;
}

/* New timeline */
.news_timeline_container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_timeline_head {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 3px solid #ffd642;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 65%;
  color: #ba2323;
}

.news_timeline_head > h1 {
  font-weight: 700;
  font-size: 20px;
}

.news_timeline_heading > p {
  margin-top: 0;
}

.news_timeline_container > .news_timeline_row::after {
  clear: both;
}

.news_timeline_container > .news_timeline_row::after,
.news_timeline_container > .news_timeline_row::before {
  content: " ";
  display: table;
}

.news_timeline_container {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

.news_timeline_container::before {
  content: " ";
  display: table;
}

.news_timeline_container .news_timeline_list_wrap {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}

.news_timeline_container > ol,
.news_timeline_container > ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.news_timeline_container > ::after,
.news_timeline_container > ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_timeline_list {
  position: relative;
  list-style: none;
  padding: 20px;
}

.news_timeline_list::before {
  content: " ";
  position: absolute;
  top: 56px;
  bottom: 0;
  margin-left: -7px;
  width: 2px;
  background-color: #eee;
}

.news_timeline_date {
  font-weight: 700;
  color: #cd3b3b;
}

.news_timeline_list .news_timeline_item {
  position: relative;
  margin-bottom: 20px;
}

.news_timeline_item:nth-child(1) > .news_timeline_badge {
  background-color: #e21515 !important;
}

.news_timeline_list .news_timeline_item::before,
.news_timeline_list .news_timeline_item::after {
  content: "";
  display: table;
}

.news_timeline_list .news_timeline_item::after {
  clear: both;
}

.news_timeline_list .news_timeline_item .news_timeline_badge {
  position: absolute;
  top: 17px;
  z-index: 100;
  margin-left: -16px;
  border: 3px solid #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 22px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background-color: #c4c4c4;
}

.news_timeline_list .news_timeline_item .news_timeline_badge i,
.news_timeline_list .news_timeline_item .news_timeline_badge .fa,
.news_timeline_list .news_timeline_item .news_timeline_badge .glyphicon {
  left: 0;
  top: 2px;
}

.news_timeline_list .news_timeline_item .news_timeline_panel {
  position: relative;
  right: 16px;
  float: left;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 20px 20px;
  width: 96%;
  background: #fff;
}

.news_timeline_list .news_timeline_item .news_timeline_panel .news_timeline_title {
  margin-top: 0;
  color: #4d4d4d;
}

.news_timeline_list .news_timeline_item .news_timeline_panel .news_timeline_body > p,
.news_timeline_list .news_timeline_item .news_timeline_panel .news_timeline_body > ul {
  margin-bottom: 0;
}

.news_timeline_list .news_timeline_item .news_timeline_panel .news_timeline_body > p + p {
  margin-top: 5px;
}

.news_timeline_list .news_timeline_item:last-child {
  float: right;
  width: 100%;
}

.news_timeline_list .news_timeline_item .news_timeline_panel {
  left: 16px;
  float: right;
}

.news_timeline_body a {
  font-size: 15px !important;
  color: #cb0000;
}

.news_timeline_heading > p {
  padding: 0;
  font-size: 14px;
}

.news_timeline_footer > p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: right;
  color: #929292;
}

.news_timeline_body > p {
  font-size: 16px;
  line-height: 26px;
}

.news_timeline_container {
  overflow-y: auto;
  max-height: 4000px;
  scrollbar-color: #999 #e4e4e4;
  scrollbar-width: thin;
}

.news_timeline_container::-webkit-scrollbar {
  width: 20px;
}

.news_timeline_container::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: #e4e4e4;
}

.news_timeline_container::-webkit-scrollbar-thumb {
  border: 6px solid rgba(0, 0, 0, 0.18);
  border-right: 0;
  border-left: 0;
  border-radius: 100px;
  background-color: #8070d4;
}

/* /New timeline */

.p2_social {
  float: left;
  padding-bottom: 4%;
  width: 100%;
  max-width: 600px;
}

.p2_social_text {
  display: inline-block;
  padding-bottom: 4%;
  width: 100%;
}

.p2_social_text > span {
  padding-left: 8%;
}

.p2_social_item_container {
  display: inline-block;
  padding-left: 5%;
  width: 95%;
  text-align: center;
}

.p2_social_item_wrap {
  display: inline-block;
  width: 65%;
}

.p2_social_button_wrap {
  float: left;
  width: 135px;
}

.p2_social_circle_container {
  display: inline-block;
  margin-bottom: 7%;
}

.p2_social_circle {
  border: 1px solid #ececec;
  border-radius: 60%;
  padding: 14px 16px;
  width: 21px;
  height: 23px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: white;
  background-color: #f4f4f4;
  cursor: pointer;
  user-select: none;
}

.p2_social_circle_icon {
  height: 22px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  filter:
    invert(66%) sepia(2%) saturate(19%) hue-rotate(343deg) brightness(97%)
    contrast(93%);
}

.p2_social_count_wrap {
  clear: left;
  float: left;
  width: 100%;
  text-align: center;
}

.p2_social_count_container {
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  width: 72px;
  height: 18px;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  color: #545454;
}

@media print {
  .news_comment_container {
    display: none !important;
  }
}

.product {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.product img {
  max-width: 300px;
}

.header-text {
  margin: 20px 20px 30px 30px;
  max-width: 600px;
}

@media (max-width: 900px) {
  .product {
    display: block;
    flex-wrap: wrap;
  }

  .product img {
    display: block;
    margin: 0 auto;
  }

  .header-text {
    margin: 0;
    max-width: 100%;
  }
}
