/* Innovation Acta CSS */
/* Variables */
/* Globals*/
html {
  scroll-padding-top: 110px; }

.side-box {
  z-index: 0; }

#main-container {
  background: url("../../images/news_background.jpg") repeat-y;
  background-size: contain; }

@media screen and (max-width: 768px) {
  #main-container {
    background-size: cover; } }
/* Timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px; }

.timeline > li {
  margin-bottom: 50px;
  position: relative; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: calc(100% - 75px);
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: #fff; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: ""; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: ""; }

.timeline > li > .timeline-calendar-month {
  color: #fff;
  width: 60px;
  height: 60px;
  background-image: url(../../images/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  line-height: 32px;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 8px;
  left: -4px;
  margin-right: -25px;
  	/* background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%; */ }

.timeline-calendar-day {
  color: gray;
  margin-top: -10px;
  font-size: 14px;
  font-weight: bold; }

.timeline-title {
  font-size: 20px; }

.timeline-body img {
  width: 200px;
  height: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-thumbnail img {
  width: 300px;
  height: auto; }

@media screen and (max-width: 768px) {
  .timeline-thumbnail img {
    width: 200px;
    height: auto; } }
    
.timeline-thumbnail-big img {
  width: 500px;
  height: auto; }

@media screen and (max-width: 768px) {
  .timeline-thumbnail-big img {
    width: 250px;
    height: auto; } }
.standard-title {
  color: #7d7e7f !important; }

.sticky-offset {
  top: 125px; }

.news-menu-bar {
  border-radius: 5px; }

@media screen and (max-width: 768px) {
  .sticky-offset {
    top: auto; } }
.news-year {
  color: #e60051;
  font-size: 22px;
  padding-left: 5px; }

.inn-acta-advise {
  width: auto;
  padding: 15px 30px;
  margin-bottom: 15px;
  background-color: #fff7c3;
  border-radius: 5px;
  border: 1px solid #c8c8c8; }

.news-image-left {
  float: left;
  padding-right: 15px; }

@media screen and (max-width: 768px) {
  .news-image-left {
    float: none;
    padding-left: 0;
    padding-bottom: 15px; } }