﻿.my_timeline_hover_12_123 {
  opacity: 0;
  left: -10000px;
  top: -100000px;
  position: absolute;
  /*height:20px;
	overflow-y:hidden;*/ }

.timeline_items_holder {
  margin-top: 40px; }

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

/**
*My added css
*/
.my_timeline_content {
  box-sizing: border-box; }

.timeline .item .con_borderImage img, .timeline .item_open .con_borderImage img {
  max-width: none !important;
  position: absolute !important;
  top: 0;
  left: 0; }

.timeline .item_open a.con_borderImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.timeline .item_open a.con_borderImage img {
  z-index: 0; }

/*
.t_left , .t_right{
	display:none !important;
}*/
.my_timeline_debug {
  height: 100px;
  width: 100%;
  overflow-y: auto;
  color: #212121;
  backgroud-color: gray;
  border: 1px solid black; }

.my_timeline_share div {
  display: none; }

#my_timeline_share_click {
  width: 150px;
  text-align: center;
  position: absolute;
  padding: 10px;
  font-size: 14px;
  background: #222222;
  z-index: 10000000000;
  box-sizing: content-box; }

#my_timeline_share_click ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding: 0 8px; }

#my_timeline_share_click i {
  color: white; }

.my_timeline_share_arrow {
  border-top-color: #222222;
  margin-left: -10px;
  border-width: 10px;
  content: "";
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  bottom: -19px;
  left: 50%;
  margin-left: -11px; }

/* --- IMAGE --- */
.timeline a.timeline_rollover_bottom,
.timeline a.timeline_rollover_right,
.timeline a.timeline_rollover_top,
.timeline a.timeline_rollover_left {
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden; }

.timeline a.timeline_rollover_bottom img,
.timeline a.timeline_rollover_right img,
.timeline a.timeline_rollover_top img,
.timeline a.timeline_rollover_left img {
  display: block; }

.timeline .image_roll_zoom {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/DesktopModules/LastNewsTimeLine/TimeLine/img/zoomIn.png) no-repeat center center; }

.timeline .image_roll_glass {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/glass.png") repeat; }

.timeline,
#content .timeline {
  height: 0;
  overflow: hidden;
  position: relative; }

.timelineLoader {
  width: 100%;
  text-align: center;
  padding: 150px 0; }

.timeline .timeline_line .t_node_desc.t_node_desc_empty,
#content .timeline .timeline_line .t_node_desc.t_node_desc_empty,
.timeline .timeline_line .t_node_desc.t_node_desc_empty > span,
#content .timeline .timeline_line .t_node_desc.t_node_desc_empty > span {
  display: none !important; }

/* fixed line holder */
.timeline .timeline_line,
#content .timeline .timeline_line {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%; }

/* full (including months that are not shown) line holder */
.timeline .t_line_holder,
#content .timeline .t_line_holder {
  height: 80px;
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/light/line.jpg") repeat-x 0 39px; }

.timeline.darkLine .t_line_holder,
#content .timeline.darkLine .t_line_holder {
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/dark/line.jpg") repeat-x 0 39px; }

/* 2 months are stored in one view */
.timeline .t_line_view,
#content .timeline .t_line_view {
  height: 20px;
  width: 100%; }

/* holder for year number */
.timeline h3.t_line_year,
#content .timeline h3.t_line_year {
  font-weight: normal;
  font-size: 22px;
  margin: 0;
  color: #545454; }

/* holder for 1 month (constist of nodes and month caption) - we use borders to separate months thats why it has width 2px less then 50% */
.timeline .t_line_m,
#content .timeline .t_line_m {
  margin-top: 35px;
  height: 10px;
  border-left: 1px solid #545454;
  border-right: 1px solid #545454;
  width: 448px; }

/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
.timeline .t_line_m.right,
#content .timeline .t_line_m.right {
  left: 449px;
  width: 449px; }

/* month caption */
.timeline h4.t_line_month,
#content .timeline h4.t_line_month {
  font-weight: normal;
  font-size: 15px;
  margin: -30px 0 0;
  color: #fff; }

/* node on the timeline */
.timeline a.t_line_node,
#content .timeline a.t_line_node {
  text-decoration: none;
  padding: 38px 0 4px;
  height: 10px;
  font-size: 12px;
  top: -25px; }

/* FLAT line design */
.timeline.flatLine .t_line_holder,
#content .timeline.flatLine .t_line_holder {
  padding: 10px 0 0 0;
  height: 80px;
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/light/line.jpg") repeat-x 0 49px; }

.timeline.flatLine .t_line_m,
#content .timeline.flatLine .t_line_m {
  border-left: 1px solid transparent;
  border-right: 1px solid #b7b6b6; }

.timeline.flatLine .t_line_m.right,
#content .timeline.flatLine .t_line_m.right {
  border-left: 1px solid #b7b6b6;
  border-right: 1px solid transparent; }

.timeline.flatLine a.t_line_node,
#content .timeline.flatLine a.t_line_node {
  text-decoration: none;
  padding: 38px 0 4px;
  height: 10px;
  font-size: 12px;
  line-height: 12px;
  top: -25px;
  position: relative;
  color: #fff; }

.timeline.flatLine a.t_line_node:after,
#content .timeline.flatLine a.t_line_node:after {
  content: "";
  border-radius: 22px;
  height: 10px;
  width: 10px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 23px;
  left: 50%;
  margin: 0 0 0 -7px;
  background: #fff; }

.timeline.flatLine a.t_line_node.active,
#content .timeline.flatLine a.t_line_node.active {
  color: #fff; }

.timeline.flatLine a.t_line_node.active:after,
#content .timeline.flatLine a.t_line_node.active:after {
  border: 5px solid #B00A07; }

.timeline.flatLine .t_node_desc,
#content .timeline.flatLine .t_node_desc {
  padding: 0;
  white-space: normal !important;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 50%;
  color: #fff;
  display: inline-block !important;
  position: relative;
  transition: top 200ms, opacity 500ms;
  -webkit-transition: top 200ms, opacity 500ms;
  -moz-transition: top 200ms, opacity 500ms;
  background: transparent; }

.my_timeline_hover_12_123 .t_node_desc span {
  white-space: nowrap;
  margin-left: -50%;
  margin-right: 50%;
  margin-top: -16px;
  display: block !important;
  padding: 8px;
  border-radius: 3px;
  background: #dd5555;
  position: relative; }

.my_timeline_hover_12_123 .t_node_desc span:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #dd5555;
  left: 50%;
  margin-left: -5px; }

.my_timeline_hover_12_123 .t_node_desc {
  color: #fff;
  white-space: normal !important;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 50%;
  color: #fff;
  /*display: inline-block !important;*/
  position: relative;
  transition: top 200ms, opacity 500ms;
  -webkit-transition: top 200ms, opacity 500ms;
  -moz-transition: top 200ms, opacity 500ms;
  background: transparent; }

.timeline.flatLine .t_node_desc span,
#content .timeline.flatLine .t_node_desc span {
  white-space: nowrap;
  margin-left: -50%;
  margin-right: 50%;
  margin-top: -16px;
  display: block !important;
  padding: 8px;
  border-radius: 3px;
  background: #dd5555;
  position: relative; }

.timeline.flatLine .t_node_desc span:after,
#content .timeline.flatLine .t_node_desc span:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #dd5555;
  left: 50%;
  margin-left: -5px; }

.timeline.flatLine #t_line_left,
.timeline.flatLine #t_line_right,
#content .timeline.flatLine #t_line_left,
#content .timeline.flatLine #t_line_right {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  top: 39px;
  width: 14px;
  height: 21px;
  font-size: 21px;
  color: #b7b6b6;
  position: relative;
  background: transparent; }

.timeline.flatLine #t_line_left:hover,
.timeline.flatLine #t_line_right:hover,
#content .timeline.flatLine #t_line_left:hover,
#content .timeline.flatLine #t_line_right:hover {
  color: #dd5555;
  background: transparent; }

/* line arrow left */
.timeline.flatLine #t_line_left,
#content .timeline.flatLine #t_line_left {
  left: -30px; }

.timeline.flatLine #t_line_left:after,
#content .timeline.flatLine #t_line_left:after {
  content: "\f104";
  position: absolute;
  right: 0;
  top: 0; }

/* line arrow right */
.timeline.flatLine #t_line_right,
#content .timeline.flatLine #t_line_right {
  right: -30px; }

.timeline.flatLine #t_line_right:after,
#content .timeline.flatLine #t_line_right:after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0; }

/* node description */
.timeline .t_node_desc,
#content .timeline .t_node_desc {
  background: #1a86ac;
  opacity: 0.9;
  filter: alpha(opacity=90);
  top: 0;
  color: #fff;
  padding: 1px 5px; }

/* descriptions on right side go from right to left */
.timeline .t_node_desc.pos_right,
#content .timeline .t_node_desc.pos_right {
  right: 0; }

/* line arrow left */
.timeline #t_line_left,
#content .timeline #t_line_left {
  cursor: pointer;
  left: -30px;
  top: 30px;
  width: 14px;
  height: 19px;
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/light/arrow.png") no-repeat left top; }

.timeline.darkLine #t_line_left,
#content .timeline.darkLine #t_line_left {
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/dark/arrow.png") no-repeat left bottom; }

.timeline #t_line_left:hover,
#content .timeline #t_line_left:hover {
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/light/arrow.png") no-repeat left bottom; }

.timeline.darkLine #t_line_left:hover,
#content .timeline.darkLine #t_line_left:hover {
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/dark/arrow.png") no-repeat left top; }

/* line arrow right */
.timeline #t_line_right,
#content .timeline #t_line_right {
  cursor: pointer;
  right: -30px;
  top: 30px;
  width: 14px;
  height: 19px;
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/light/arrow.png") no-repeat right top; }

.timeline.darkLine #t_line_right,
#content .timeline.darkLine #t_line_right {
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/dark/arrow.png") no-repeat right bottom; }

.timeline #t_line_right:hover,
#content .timeline #t_line_right:hover {
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/light/arrow.png") no-repeat right bottom; }

.timeline.darkLine #t_line_right:hover,
#content .timeline.darkLine #t_line_right:hover {
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/dark/arrow.png") no-repeat right top; }

/* items container */
.timeline .timeline_items_wrapper,
#content .timeline .timeline_items_wrapper {
  position: relative;
  width: 100%;
  margin: 10px 0; }

.timeline .timeline_items,
#content .timeline .timeline_items {
  padding: 10px 0; }

/* single item (margines set from javascript) */
.timeline .item,
#content .timeline .item {
  height: 380px;
  text-align: center;
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/light/background-white.jpg") repeat;
  color: #545454;
  width: 200px; }

.timeline .item .post_date {
  background: #B00A07;
  color: #ffffff;
  width: 58px;
  height: 58px;
  padding: 5px;
  text-align: center;
  line-height: 20px;
  margin: -34px 0 0 18px;
  float: left;
  position: relative;
  z-index: 2;
  font-size: 16pt; }

.timeline .item .post_date span {
  display: block;
  width: auto;
  height: auto;
  font-size: 10pt;
  text-align: center;
  line-height: 16px;
  margin: 0 !important; }

.timeline.flatLine .item.item_node_hover:before,
#content .timeline.flatLine .item.item_node_hover:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #dd5555;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0; }

.timeline.flatLine .item.item_node_hover:after,
#content .timeline.flatLine .item.item_node_hover:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  z-index: 2;
  top: 0;
  left: 50%;
  margin: 4px 0 0 -6px;
  border: 6px solid transparent;
  border-top: 6px solid #dd5555; }

/* ----- content - non-plugin elements ----- */
.timeline .item img,
#content .timeline .item img {
  margin: 0;
  padding: 0;
  border: 0; }

.timeline .con_borderImage,
#content .timeline .con_borderImage {
  border: 0;
  border-bottom: 5px solid #1a86ac; }

.timeline .item span,
#content .timeline .item span {
  display: block;
  margin: 0 20px 10px; }

.timeline .item .read_more,
#content .timeline .item .read_more {
  position: absolute;
  bottom: 15px;
  right: 0;
  padding: 2px 8px 2px 10px;
  font-weight: normal !important;
  cursor: pointer; }

.timeline.flatButton .item .read_more,
.timeline.flatWideButton .item .read_more,
#content .timeline.flatButton .item .read_more,
#content .timeline.flatWideButton .item .read_more {
  padding: 10px;
  left: 0;
  bottom: 0;
  right: auto;
  cursor: pointer;
  margin: 0 20px 20px;
  border-radius: 3px;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms; }

.timeline.flatButton .item .read_more,
#content .timeline.flatWideButton .item .read_more {
  right: 0; }

/* ----------------------------------------- */
/* item details (margines set from javascript) */
.timeline .item_open,
#content .timeline .item_open {
  height: 380px;
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/light/background.jpg") repeat;
  position: relative;
  color: #545454;
  z-index: 2;
  width: 490px; }

/* item details content wrapper (used for animation - shuld have same width as .item_open) */
.timeline .item_open_cwrapper,
#content .timeline .item_open_cwrapper {
  width: 490px;
  /*width:100%;*/
  height: 100%; }

.timeline .item_open_content,
#content .timeline .item_open_content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px 15px 0;
  font-size: 10pt;
  font-family: samim;
  text-align: justify;
  margin-bottom: -55px; }

.timeline .item_open_content .ajaxloader,
#content .timeline .item_open_content .ajaxloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -100px; }

/* ----- content - non-plugin elements ----- */
.timeline .timeline_open_content,
#content .timeline .timeline_open_content {
  padding: 20px; }

.timeline .item_open h2,
#content .timeline .item_open h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 28px; }

.timeline .item_open .scrollable-content,
#content .timeline .item_open .scrollable-content {
  display: block; }

.timeline .item_open .t_close,
#content .timeline .item_open .t_close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 8px 2px 10px;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 3;
  transition: background-color 300ms, color 300ms;
  -webkit-transition: background-color 300ms, color 300ms;
  -moz-transition: background-color 300ms, color 300ms; }

.timeline .item_open .t_close:hover,
#content .timeline .item_open .t_close:hover {
  background: #1a86ac; }

.timeline.flatButton .item_open .t_close,
.timeline.flatWideButton .item_open .t_close,
#content .timeline.flatButton .item_open .t_close,
#content .timeline.flatWideButton .item_open .t_close {
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 5px 6px 5px 7px;
  top: 12px;
  right: 12px; }

.timeline.flatButton .item_open.item_open_noImg .t_close,
.timeline.flatWideButton .item_open.item_open_noImg .t_close,
#content .timeline.flatButton .item_open.item_open_noImg .t_close,
#content .timeline.flatWideButton .item_open.item_open_noImg .t_close {
  background: transparent !important; }

.timeline.flatButton .item_open .t_close:after,
.timeline.flatWideButton .item_open .t_close:after,
#content .timeline.flatButton .item_open .t_close:after,
#content .timeline.flatWideButton .item_open .t_close:after {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 14px !important;
  line-height: 14px !important; }

/* ----------------------------------------- */
.timeline.flatButton .mCSB_container,
.timeline.flatWideButton .mCSB_container,
#content .timeline.flatButton .mCSB_container,
#content .timeline.flatWideButton .mCSB_container {
  margin-right: 16px; }

.timeline.flatButton .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.timeline.flatWideButton .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#content .timeline.flatButton .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#content .timeline.flatWideButton .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #dd5555; }

.timeline.flatButton .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail,
.timeline.flatWideButton .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail,
#content .timeline.flatButton .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail,
#content .timeline.flatWideButton .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #aaaaaa; }

.timeline.flatButton .mCustomScrollBox > .mCSB_scrollTools,
.timeline.flatWideButton .mCustomScrollBox > .mCSB_scrollTools,
#content .timeline.flatButton .mCustomScrollBox > .mCSB_scrollTools,
#content .timeline.flatWideButton .mCustomScrollBox > .mCSB_scrollTools {
  width: 8px; }

/* FLAT left/right controles */
.timeline.flatNav .t_controles,
#content .timeline.flatNav .t_controles {
  margin: 0; }

.timelineTouch.timeline.flatNav .t_left,
.timelineTouch.timeline.flatNav .t_right,
#content .timelineTouch.timeline.flatNav .t_left,
#content .timelineTouch.timeline.flatNav .t_right {
  display: none; }

.timeline.flatNav .t_left,
.timeline.flatNav .t_right,
#content .timeline.flatNav .t_left,
#content .timeline.flatNav .t_right {
  position: absolute;
  display: block;
  height: 100%;
  width: 75px;
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 10; }

.timeline.flatNav .t_left,
.timeline.flatNav .t_left:hover:active,
#content .timeline.flatNav .t_left,
#content .timeline.flatNav .t_left:hover:active {
  left: 0;
  right: 0;
  margin: -42px 46.5% 0;
  top: 0;
  height: 33px !important;
  width: 33px !important;
  color: #fff;
  background: #B00A07;
  font-size: 20pt;
  line-height: 1.2;
  transition: background-color 200ms; }
  @media only screen and (max-width: 768px) {
    .timeline.flatNav .t_left,
    .timeline.flatNav .t_left:hover:active,
    #content .timeline.flatNav .t_left,
    #content .timeline.flatNav .t_left:hover:active {
      margin: -42px 43.5% 0; } }
  .timeline.flatNav .t_left:hover,
  .timeline.flatNav .t_left:hover:active:hover,
  #content .timeline.flatNav .t_left:hover,
  #content .timeline.flatNav .t_left:hover:active:hover {
    background: rgba(0, 0, 0, 0.4); }

.timeline.flatNav .t_right,
.timeline.flatNav .t_right:hover:active,
#content .timeline.flatNav .t_right,
#content .timeline.flatNav .t_right:hover:active {
  color: #fff;
  left: 0;
  right: 0;
  margin: -42px 50.5% 0;
  top: 0;
  height: 33px !important;
  width: 33px !important;
  background: #B00A07;
  font-size: 20pt;
  line-height: 1.2;
  transition: background-color 200ms; }
  @media only screen and (max-width: 768px) {
    .timeline.flatNav .t_right,
    .timeline.flatNav .t_right:hover:active,
    #content .timeline.flatNav .t_right,
    #content .timeline.flatNav .t_right:hover:active {
      margin: -42px 53.5% 0; } }
  .timeline.flatNav .t_right:hover,
  .timeline.flatNav .t_right:hover:active:hover,
  #content .timeline.flatNav .t_right:hover,
  #content .timeline.flatNav .t_right:hover:active:hover {
    background: rgba(0, 0, 0, 0.4); }

/* LIGHT & DARK left/right controles */
.timeline .t_controles,
#content .timeline .t_controles {
  margin: 10px auto;
  text-align: center; }

.timeline .t_left,
.timeline .t_right,
#content .timeline .t_left,
#content .timeline .t_right {
  display: inline-block;
  height: 50px;
  width: 29px;
  margin: 10px;
  cursor: pointer; }

.timeline .item .read_more[href='#'] {
  display: none; }

/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/
/* --- 768px --- */
@media screen and (max-width: 980px) {
  .timeline .timeline_line,
  #content .timeline .timeline_line {
    width: 680px !important; }
  .timeline .t_line_view,
  #content .timeline .t_line_view {
    width: 680px !important; }
  .timeline .t_line_m,
  #content .timeline .t_line_m {
    width: 338px !important; }
  .timeline .t_line_m.right,
  #content .timeline .t_line_m.right {
    left: 339px !important;
    width: 339px !important; } }

/* --- 610px --- */
@media screen and (max-width: 768px) {
  .timeline .timeline_line,
  #content .timeline .timeline_line {
    width: 530px !important; }
  .timeline .t_line_view,
  #content .timeline .t_line_view {
    width: 1060px !important; }
  .timeline .t_line_m,
  #content .timeline .t_line_m {
    width: 528px !important; }
  .timeline .t_line_m.right,
  #content .timeline .t_line_m.right {
    left: 530px !important;
    width: 528px !important; }
  .timeline .t_line_year,
  #content .timeline .t_line_year {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important; }
  .timeline .t_line_month_year,
  #content .timeline .t_line_month_year {
    display: inline !important; }
  .timeline .t_node_desc,
  #content .timeline .t_node_desc {
    font-size: 8px !important; }
  .timeline .t_node_desc.pos_right,
  #content .timeline .t_node_desc.pos_right {
    right: auto !important;
    left: 0 !important; } }

@media screen and (max-width: 500px) {
  .my_style_style_2 .my_post_date, .my_style_style_2 .my_share_items_1 {
    float: none !important;
    width: 100% !important;
    text-align: center !important; } }

/* --- 300px --- */
@media screen and (max-width: 610px) {
  .timeline .timeline_line,
  #content .timeline .timeline_line {
    width: 220px !important;
    /*width:90% !important;*/ }
  .timeline .t_line_view,
  #content .timeline .t_line_view {
    width: 440px !important; }
  .timeline .t_line_m,
  #content .timeline .t_line_m {
    width: 218px !important; }
  .timeline .t_line_m.right,
  #content .timeline .t_line_m.right {
    left: 220px !important;
    width: 218px !important; }
  /*
	.timeline .item_open,
	#content .timeline .item_open {
		width:260px !important;
	}
	.timeline .item_open img,
	#content .timeline .item_open img {
		max-width:260px !important;
	} 
	.timeline .item_open_cwrapper,
	#content .timeline .item_open_cwrapper {
		width:260px !important;
	}*/
  .timeline.flatLine a.t_line_node, #content .timeline.flatLine a.t_line_node {
    font-size: 8px !important; } }

/*
 * Vertical css
 */
.myVerticalTimneline .timeline_items {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.myVerticalTimneline .item {
  float: none !important;
  position: relative;
  z-index: 100;
  /*top:20px;
	legf:0px;*/ }

.myVerticalTimneline .myVerticalBorder {
  top: 35px;
  position: absolute;
  width: 50%;
  border-top: 1px solid #dcdedd; }

.myVerticalTimneline .myVerticalRow:nth-child(2n) .myVerticalBorder {
  left: 0px; }

.myVerticalTimneline .myVerticalRow:nth-child(2n+1) .myVerticalBorder {
  left: 50%; }

.myVerticalTimneline .item .my_overlay {
  width: 100%; }

.myVerticalTimneline .myVerticalRow {
  position: relative;
  overflow: hidden; }

.myVerticalTimneline .myVerticalRow:nth-child(2n) .item {
  margin-top: 165px !important; }

.myVerticalTimneline .myVerticalRow:nth-child(2n) .myVerticalBorder {
  top: 200px; }

.myVerticalTimneline .myVerticalRow:nth-child(2n) {
  /*padding-left:10%;*/ }

.myVerticalTimneline .myVerticalRow:nth-child(2n) .item {
  /*margin-left:10%;
	width:100% !important;*/
  /*left:10% !important;*/
  float: right !important; }

.myVerticalTimneline .myVerticalRow:nth-child(2n+1) {
  margin-top: -20px !important; }

.myVerticalTimneline .t_left {
  top: 0px !important; }

.myVerticalTimneline .t_left, .myVerticalTimneline .t_right {
  display: none !important; }

.myVerticalTimneline .myVerticalRow {
  width: 50% !important;
  float: left;
  box-sizing: border-box;
  o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }

.myVerticalTimneline .myVerticalRow .item {
  /*width:90% !important;*/ }

.myVerticalTimneline .myVerticalRow:nth-child(2n)::after {
  clear: both;
  display: table;
  width: 0;
  height: 0;
  content: ""; }

.myVerticalLine {
  position: absolute;
  top: 0px;
  left: 50%;
  border-right: 1px solid #dcdedd;
  height: 100%; }

.myVerticalTimneline .myVerticalRow:nth-child(2n+2) {
  /*border-left:1px solid #dcdedd;*/ }

.myVerticalRightBorder {
  border-right: 1px solid #dcdedd; }

.myVerticalSmall .myVerticalLine {
  left: 100%;
  margin-left: -2px; }

.myVerticalSmall .myVerticalRow:nth-child(2n) .myVerticalBorder {
  left: 50%; }

.myVerticalTimneline .item_open {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  display: none;
  opacity: 0;
  width: 100% !important;
  height: 100% !important; }

.myVerticalTimneline .item_open_cwrapper {
  width: 100%;
  height: 100%; }

.myVerticalTimneline .item_open .con_borderImage {
  height: auto !important; }

.myVerticalTimneline .item_open, .myVerticalTimneline .t_close, .myVerticalTimneline .item_open_cwrapper {
  z-index: 1000000010 !important; }

.myVerticalSmall .myVerticalRow {
  width: 100% !important; }

.myVerticalSmall .myVerticalRow:nth-child(2n+1) {
  margin-top: 20px !important; }

.myVerticalSmall .myVerticalRow {
  margin-top: 20px !important; }

.myVerticalSmall .myVerticalRow:nth-child(2n) .item {
  float: none !important; }

.myVerticalSmall .myVerticalRow:nth-child(2n) .item {
  margin-top: 20px !important; }

.myVerticalSmall .myVerticalRow:nth-child(2n) .myVerticalBorder {
  top: 40px; }

.myVerticalTimneline .t_left, .myVerticalTimneline .t_right {
  z-index: 100000 !important; }

/*.t_controls{
	display:none !important;
}
.t_left,.t_right{
	display:none !important;
}*/
.myVerticalTimneline .t_left {
  width: 50% !important;
  left: 0px !important;
  background-image: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/clean/blck-arrow-up.png") !important; }

.myVerticalTimneline .t_line_holder * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.myVerticalTimneline .t_right {
  width: 50% !important;
  right: 0px !important;
  background-image: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/clean/blck-arrow-bottom.png") !important; }

.timeline .item {
  overflow: hidden; }

/**************************************************flat*/
/* -----------------------------------
 TIMELINE FLAT PORTFOLIO 
 ---------------------------------- */
.timelineFlat.timelineFlatPortfolio .item .read_more {
  margin-top: 20px; }

.timelineFlat.timelineFlatPortfolio .item,
.timelineFlat.timelineFlatPortfolio .item_open {
  height: 427px; }

/* -----------------------------------
 TIMELINE FLAT BLOG 
 ---------------------------------- */
.timelineFlat.timelineFlatBlog .item,
.timelineFlat.timelineFlatBlog .item_open {
  height: 338px; }

.timelineFlat.timelineFlatBlog .item .post_date {
  background: #dd5555;
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  margin: -34px 18px 0 0;
  float: right;
  position: relative;
  z-index: 2; }

.timelineFlat.timelineFlatBlog .item .post_date span {
  display: block;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 12px;
  margin: 0; }

/* -----------------------------------
 TIMELINE FLAT BASE DESIGN
 ---------------------------------- */
.timelineFlat {
  display: none; }

.timelineLoader {
  width: 100%;
  text-align: center;
  padding: 150px 0; }

/* fixed line holder */
.timelineFlat .timeline_line {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 900px; }

/* full (including months that are not shown) line holder */
.timelineFlat .t_line_holder {
  padding: 10px 0 0 0;
  height: 80px;
  background: url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/light/line.jpg") repeat-x 0px 49px; }

/* 2 months are stored in one view */
.timelineFlat .t_line_view {
  height: 20px;
  width: 900px; }

/* holder for 1 month (constist of nodes and month caption) - we use borders to separate months thats why it has width 2px less then 50% */
.timelineFlat .t_line_m {
  margin-top: 35px;
  height: 10px;
  border-left: 1px solid transparent;
  border-right: 1px solid #b7b6b6;
  width: 448px; }

/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
.timelineFlat .t_line_m.right {
  left: 449px;
  width: 449px;
  border-left: 1px solid #b7b6b6;
  border-right: 1px solid transparent; }

/* month caption */
.timelineFlat h4.t_line_month {
  font-size: 12px;
  margin: -30px 0 0;
  color: #b7b6b6; }

/* node on the timeline */
.timelineFlat a.t_line_node {
  text-decoration: none;
  padding: 38px 0 4px;
  height: 10px;
  font-size: 12px;
  top: -25px;
  position: relative; }

.timelineFlat a.t_line_node:after {
  content: "";
  border-radius: 22px;
  height: 10px;
  width: 10px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 23px;
  left: 50%;
  margin: 0 0 0 -7px;
  background: #fff; }

.timelineFlat a.t_line_node.active {
  color: #dd5555; }

.timelineFlat a.t_line_node.active:after {
  border: 2px solid #b7b6b6; }

/* node description */
.timelineFlat .t_node_desc {
  white-space: normal !important;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 50%;
  color: #fff;
  display: inline-block !important;
  position: relative;
  transition: top 200ms, opacity 500ms;
  -webkit-transition: top 200ms, opacity 500ms;
  -moz-transition: top 200ms, opacity 500ms; }

.timelineFlat a.t_line_node:hover .t_node_desc {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

.timelineFlat .t_node_desc span {
  white-space: nowrap;
  margin-left: -50%;
  margin-right: 50%;
  margin-top: -16px;
  display: block !important;
  padding: 8px;
  border-radius: 3px;
  background: #dd5555;
  position: relative; }

.timelineFlat .t_node_desc span:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #dd5555;
  left: 50%;
  margin-left: -5px; }

.timelineFlat #t_line_left,
.timelineFlat #t_line_right {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  top: 39px;
  width: 14px;
  height: 21px;
  font-size: 21px;
  color: #b7b6b6;
  position: relative; }

.timelineFlat #t_line_left:hover,
.timelineFlat #t_line_right:hover {
  color: #dd5555; }

/* line arrow left */
.timelineFlat #t_line_left {
  left: -30px; }

.timelineFlat #t_line_left:after {
  content: "\f104";
  position: absolute;
  right: 0;
  top: 0; }

/* line arrow right */
.timelineFlat #t_line_right {
  right: -30px; }

.timelineFlat #t_line_right:after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0; }

.timelineFlat {
  display: none; }

.timeline_items_wrapper {
  position: relative;
  width: 100%;
  margin: 10px 0; }

/* items container */
.timelineFlat .timeline_items {
  padding: 0; }

/* single item (margines set from javascript) */
.timelineFlat .item {
  width: 410px;
  height: 410px;
  background: #eaeaea;
  color: #777777;
  font-size: 14px;
  line-height: 14px;
  position: relative; }

.timelineFlat .item.item_node_hover:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #dd5555;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0; }

.timelineFlat .item.item_node_hover:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  z-index: 2;
  top: 0;
  left: 50%;
  margin: 4px 0 0 -6px;
  border: 6px solid transparent;
  border-top: 6px solid #dd5555; }

/* ----- content - non-plugin elements ----- */
.timelineFlat .item img {
  margin-top: 0;
  width: 100%; }

.timelineFlat .item h2 {
  padding: 20px 20px 10px;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  color: #dd5555; }

.timelineFlat .item span {
  display: block;
  margin: 0px 20px 10px;
  height: 75px; }

.timelineFlat .item .read_more {
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  float: left;
  cursor: pointer;
  margin: 0 20px 20px;
  border-radius: 3px;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms; }

/* ----------------------------------------- */
/* item details (margines set from javascript) */
.timelineFlat .item_open {
  width: 410px;
  height: 410px;
  background: #eaeaea;
  position: relative;
  color: #777777;
  z-index: 2; }

.timelineFlat .item_open h2 {
  margin: 0 0 10px;
  padding-top: 0;
  font-size: 12px;
  line-height: 12px;
  color: #dd5555; }

/* item details content wrapper (used for animation - shuld have same width as .item_open) */
.timelineFlat .item_open_cwrapper {
  width: 410px;
  height: 100%; }

.timelineFlat .item_open_content {
  width: 100%;
  height: 90%;
  position: relative; }

.timelineFlat .item_open_content .ajaxloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -100px; }

/* ----- content - non-plugin elements ----- */
.timelineFlat .timeline_open_content {
  padding: 20px; }

.timelineFlat .mCSB_container {
  margin-right: 16px; }

.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #dd5555; }

.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  color: #f75f5f; }

.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #aaaaaa; }

.timelineFlat .mCustomScrollBox > .mCSB_scrollTools {
  width: 8px; }

.timelineFlat .item_open .t_close {
  position: absolute;
  top: 20px;
  right: 16px;
  padding: 0 2px 2px 2px;
  width: 12px;
  height: 12px;
  font-size: 16px;
  line-height: 12px;
  color: #dd5555;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  transition: color 300ms;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms; }

.timelineFlat .item_open .t_close:hover {
  color: #f75f5f; }

/* ----------------------------------------- */
/* left/right controles */
.timelineFlat .t_controles {
  margin: 0; }

.timelineTouch.timelineFlat .t_left,
.timelineTouch.timelineFlat .t_right {
  display: none; }

.timelineFlat .t_left,
.timelineFlat .t_right {
  position: absolute;
  display: block;
  height: 100%;
  width: 75px;
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 10;
  transition: background-color 300ms, opacity 300ms;
  -webkit-transition: background-color 300ms, opacity 300ms;
  -moz-transition: background-color 300ms, opacity 300ms; }

.timelineFlat .t_left,
.timelineFlat .t_left:hover:active {
  left: 0;
  background: rgba(255, 255, 255, 0.5) url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/clean/blck-arrow-left.png") no-repeat center center; }

.timelineFlat .t_left:hover {
  background: rgba(255, 255, 255, 0.7) url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/clean/blck-arrow-left.png") no-repeat center center; }

.timelineFlat .t_right,
.timelineFlat .t_right:hover:active {
  right: 0;
  background: rgba(255, 255, 255, 0.5) url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/clean/blck-arrow-right.png") no-repeat center center; }

.timelineFlat .t_right:hover {
  background: rgba(255, 255, 255, 0.7) url("/DesktopModules/LastNewsTimeLine/TimeLine/img/timeline/clean/blck-arrow-right.png") no-repeat center center; }

/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/
/* --- 768px --- */
@media screen and (max-width: 980px) {
  .timelineFlat .timeline_line {
    width: 680px; }
  .timelineFlat .t_line_view {
    width: 680px; }
  .timelineFlat .t_line_m {
    width: 338px; }
  .timelineFlat .t_line_m.right {
    left: 339px;
    width: 339px; } }

/* --- 610px --- */
@media screen and (max-width: 767px) {
  .timelineFlat .timeline_line {
    width: 530px; }
  .timelineFlat .t_line_view {
    width: 1060px; }
  .timelineFlat .t_line_m {
    width: 528px; }
  .timelineFlat .t_line_m.right {
    left: 530px;
    width: 528px; }
  .timelineFlat .t_node_desc {
    font-size: 8px; }
  .timelineFlat .t_line_m.right .t_node_desc {
    right: auto;
    left: 0; } }

/* --- 300px --- */
@media screen and (max-width: 609px) {
  .timelineFlat .timeline_line {
    width: 240px; }
  .timelineFlat .t_line_view {
    width: 480px; }
  .timelineFlat .t_line_m {
    width: 238px; }
  .timelineFlat .t_line_m.right {
    left: 240px;
    width: 238px; }
  .timelineFlat .item_open {
    width: 280px;
    height: 390px; }
  .timelineFlat .item_open img {
    max-width: 280px; }
  .timelineFlat .item_open_cwrapper {
    width: 280px; } }

#tl13 {
  direction: ltr; }

#tl13 .timeline_line, #content #tl13 .timeline_line {
  width: 920px; }

#tl13 .t_line_view, #content #tl13 .t_line_view {
  width: 920px; }

#tl13 .t_line_m, #content #tl13 .t_line_m {
  width: 458px; }

#tl13 .t_line_m.right, #content #tl13 .t_line_m.right {
  left: 459px;
  width: 459px; }

#tl13 .t_node_desc span, #content #tl13 .t_node_desc span {
  background: #B00A07; }

#tl13 .t_node_desc span:after, #content #tl13 .t_node_desc span:after {
  border-top-color: #B00A07; }

#tl13 .item.item_node_hover:before, #content #tl13 .item.item_node_hover:before {
  background: #B00A07; }

#tl13 .item.item_node_hover:after, #content #tl13 .item.item_node_hover:after {
  border-top-color: #B00A07; }

#tl13 #t_line_right:hover, #content #tl13 #t_line_right:hover, #tl13 #t_line_left:hover, #content #tl13 #t_line_left:hover {
  color: #B00A07; }

#tl13 .item h2, #content #tl13 .item h2 {
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  font-weight: normal;
  font-style: normal;
  text-align: left; }

#tl13 .item span, #content #tl13 .item span {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 9pt;
  font-family: samim;
  text-align: justify;
  line-height: 1.6; }

#tl13 .item, #content #tl13 .item {
  background: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  zoom: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
  direction: ltr; }
  #tl13 .item:first-child, #content #tl13 .item:first-child {
    margin-left: 0 !important; }

#tl13 .myVerticalRow:nth-child(2n+1) .myVerticalBorder {
  margin-left: 10px !important; }

#tl13 .myVerticalRow:nth-child(2n) .myVerticalBorder {
  margin-right: 10px !important; }

#tl13.myVerticalSmall .myVerticalRow:nth-child(2n) .myVerticalBorder {
  margin-left: 10px !important;
  margin-right: 10px !important; }

#tl13.myVerticalSmall .myVerticalRow {
  height: 480px !important; }

#tl13 .myVerticalRow:nth-child(2n+1) {
  padding-left: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

#tl13 .myVerticalRow:nth-child(2n) {
  padding-right: 10px !important;
  padding-left: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

#tl13.myVerticalSmall .myVerticalRow:nth-child(2n+1) {
  padding-left: 10px !important; }

#tl13.myVerticalSmall .myVerticalRow:nth-child(2n) {
  padding-left: 10px !important;
  padding-right: 0px !important; }

#tl13 .item_open h2, #content #tl13 .item_open h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  font-style: normal; }

#tl13 .item_open, #content #tl13 .item_open {
  background: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  zoom: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  direction: ltr; }

#tl13 .item .con_borderImage, #content #tl13 .item .con_borderImage {
  border: 0px;
  height: 150px; }

#tl13 .item .post_date, #content #tl13 .item .post_date {
  border: 0px; }

#tl13 .item .post_date span {
  text-align: center;
  line-height: 1.4; }

#tl13 .item_open_cwrapper, #tl13 .item_open .con_borderImage, #content #tl13 .item_open_cwrapper, #content #tl13 .item_open .con_borderImage {
  width: 490px; }

.item_open_cwrapper .read_more {
  text-align: left;
  padding: 15px;
  position: relative;
  z-index: 1; }

.item_open_cwrapper .read_more a {
  color: #fff;
  font-size: 10pt; }

#tl13 .item_open .con_borderImage {
  height: 150px; }

.timeline.flatButton .item .read_more, #content .timeline.flatButton .item .read_more {
  font-size: 12px !important;
  color: #E57802; }

.timeline.flatButton .item .read_more, .timeline.flatWideButton .item .read_more, #content .timeline.flatButton .item .read_more, #content .timeline.flatWideButton .item .read_more {
  font-size: 12px !important;
  line-height: 12px !important; }

.timeline .item .read_more, #content .timeline .item .read_more {
  font-size: 20px !important;
  line-height: 20px !important; }

#tl13 .item_open .t_close:hover, #content #tl13 .item_open .t_close:hover {
  background: #B00A07; }

#tl13.flatButton .item .read_more, #tl13.flatWideButton .item .read_more, #content #tl13.flatButton .item .read_more, #content #tl13.flatWideButton .item .read_more {
  margin: 0 15px 15px; }

#tl13 .timeline_open_content, #content #tl13 .timeline_open_content {
  padding: 20px; }

.my_style_orange .item .read_more {
  /*position:static ; width:auto; */
  right: auto !important; }

