@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i");
.timeline .timeline-item::after, .timeline .timeline-item .timeline-content .cont-bottom-wrap::after, .timeline .timeline-item .timeline-content .post-title::after, .timeline .timeline-item::before, .timeline .timeline-item .timeline-content .cont-bottom-wrap::before, .timeline .timeline-item .timeline-content .post-title::before {
  clear: both;
  content: '';
  display: block;
  width: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  background: #f8f8f8;
  color: #808080;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, ::after, ::before {
  box-sizing: border-box; }

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  a:hover {
    text-decoration: underline; }

img {
  vertical-align: middle;
  border-style: none; }

iframe {
  margin: 0;
  vertical-align: middle;
  border-style: none; }

h1.h1, h2.h2,
h3.h3, h4.h4 {
  font-size: inherit; }

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .timeline::before {
    background: #e0e0e0;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px; }
  .timeline::after {
    clear: both;
    content: '';
    display: table;
    width: 100%; }
  .timeline a {
    color: #888888;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
    .timeline a:hover {
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -ms-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
  .timeline .timeline-item {
    margin-bottom: 50px;
    position: relative; }
    .timeline .timeline-item .timeline-item-date-bar,
    .timeline .timeline-item .timeline-post-date {
      display: none; }
    .timeline .timeline-item .timeline-icon {
      background: #ffffff;
      color: #cccccc;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      left: 50%;
      top: 0;
      margin-left: -23px;
      overflow: hidden;
      position: absolute; }
      .timeline .timeline-item .timeline-icon img.timeline-avatar {
        display: none; }
      .timeline .timeline-item .timeline-icon.light-red {
        background: #ff8585;
        color: #ffffff;
        border-color: #ffcccc; }
      .timeline .timeline-item .timeline-icon.light-blue {
        background: #6dd0ff;
        color: #ffffff;
        border-color: #caedfd; }
      .timeline .timeline-item .timeline-icon.blue-approx {
        background: #586EFC;
        color: #ffffff;
        border-color: #C3CCFF; }
      .timeline .timeline-item .timeline-icon.light-barry {
        background: #cb9bff;
        color: #ffffff;
        border-color: #e9d5ff; }
      .timeline .timeline-item .timeline-icon.mountain-color {
        background: #20c997;
        color: #ffffff;
        border-color: #b5f1df; }
    .timeline .timeline-item .timeline-content {
      text-align: right;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -ms-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      width: 45%;
      background: transparent; }
      .timeline .timeline-item .timeline-content p {
        font-size: 16px;
        line-height: 1.4;
        margin: 0; }
      .timeline .timeline-item .timeline-content .timeline-content-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px; }
      .timeline .timeline-item .timeline-content .timeline-content-month {
        font-size: rem-calc(14);
        text-transform: uppercase;
        font-weight: 400; }
      .timeline .timeline-item .timeline-content .cont-title-avatar-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left; }
        .timeline .timeline-item .timeline-content .cont-title-avatar-box .cont-title-avatar {
          width: 56px;
          height: 56px;
          margin-right: 1rem;
          border-style: none;
          border-radius: 50%; }
        .timeline .timeline-item .timeline-content .cont-title-avatar-box small {
          color: #9e9e9e;
          font-weight: normal; }
        .timeline .timeline-item .timeline-content .cont-title-avatar-box .cont-title-avatar-body {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .timeline .timeline-item .timeline-content .cont-title-avatar-box .cont-title-avatar-name {
          margin: 7px 0 0 0; }
      .timeline .timeline-item .timeline-content .media-cont {
        height: 100%;
        width: 100%; }
      .timeline .timeline-item .timeline-content iframe.media-cont {
        min-height: 350px; }
      .timeline .timeline-item .timeline-content .icon {
        margin-right: 5px; }
      .timeline .timeline-item .timeline-content .item-style-1 {
        padding: 20px;
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 33px 1px #ebebeb;
        text-align: left; }
        .timeline .timeline-item .timeline-content .item-style-1 .media-cont {
          margin-bottom: 20px; }
      .timeline .timeline-item .timeline-content .item-style-2 {
        text-align: left;
        padding: 20px;
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 33px 1px #ebebeb; }
        .timeline .timeline-item .timeline-content .item-style-2 .media-cont {
          margin-bottom: 20px; }
      .timeline .timeline-item .timeline-content .item-style-3 {
        padding: 20px;
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 33px 1px #ebebeb; }
        .timeline .timeline-item .timeline-content .item-style-3 .timeline-content-title {
          text-align: center; }
        .timeline .timeline-item .timeline-content .item-style-3 .media-cont {
          margin-bottom: 20px; }
        .timeline .timeline-item .timeline-content .item-style-3 .post-date {
          text-align: center; }
        .timeline .timeline-item .timeline-content .item-style-3 .post-description,
        .timeline .timeline-item .timeline-content .item-style-3 .post-status {
          text-align: center;
          float: none !important; }
        .timeline .timeline-item .timeline-content .item-style-3 .post-see-more {
          margin-bottom: 10px;
          text-align: center; }
        .timeline .timeline-item .timeline-content .item-style-3 .divided-border {
          border-top: 1px solid #cccccc;
          width: 50%;
          margin: 0 auto 20px; }
      .timeline .timeline-item .timeline-content .item-style-4 {
        padding: 20px;
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 33px 1px #ebebeb; }
        .timeline .timeline-item .timeline-content .item-style-4 .media-cont {
          margin-bottom: 20px; }
      .timeline .timeline-item .timeline-content .item-style-5 {
        padding: 20px;
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 33px 1px #ebebeb; }
        .timeline .timeline-item .timeline-content .item-style-5 .post-date {
          text-align: left; }
        .timeline .timeline-item .timeline-content .item-style-5 .media-cont {
          margin-bottom: 20px; }
        .timeline .timeline-item .timeline-content .item-style-5 .cont-bottom-wrap {
          padding-top: 10px; }
          .timeline .timeline-item .timeline-content .item-style-5 .cont-bottom-wrap .post-see-more a {
            padding: 8px 15px;
            border-width: 1px;
            border-style: solid;
            border-color: #cccccc;
            text-decoration: none;
            user-select: none; }
          .timeline .timeline-item .timeline-content .item-style-5 .cont-bottom-wrap .post-see-more a:hover {
            background: #666666;
            border-color: #666666;
            color: #ffffff; }
      .timeline .timeline-item .timeline-content .item-style-6 .timeline-content-title {
        color: #51B8F1;
        margin-bottom: 0 !important;
        text-transform: uppercase; }
      .timeline .timeline-item .timeline-content .item-style-6 .post-date {
        text-transform: uppercase;
        margin-bottom: 5px !important;
        font-size: 0.95rem; }
      .timeline .timeline-item .timeline-content .item-style-6 .post-description {
        opacity: 0.7; }
      .timeline .timeline-item .timeline-content .item-style-7 .media-cont {
        margin-bottom: 20px; }
      .timeline .timeline-item .timeline-content .item-style-8 .media-cont {
        margin-bottom: 20px; }
      .timeline .timeline-item .timeline-content .item-style-8 .timeline-content-title {
        color: #909090;
        margin-bottom: 0 !important;
        text-transform: uppercase; }
      .timeline .timeline-item .timeline-content .item-style-8 .post-date {
        text-transform: uppercase;
        margin-bottom: 5px !important;
        font-size: 0.95rem; }
      .timeline .timeline-item .timeline-content .item-style-8 .post-description {
        opacity: 0.7; }
      .timeline .timeline-item .timeline-content .post-date {
        margin-bottom: 15px; }
      .timeline .timeline-item .timeline-content .cont-bottom-wrap .post-see-more,
      .timeline .timeline-item .timeline-content .cont-bottom-wrap .post-see-more a {
        font-weight: normal; }
      .timeline .timeline-item .timeline-content .cont-bottom-wrap .post-author {
        float: left;
        text-transform: uppercase; }
      .timeline .timeline-item .timeline-content .cont-bottom-wrap .post-see-more {
        float: left; }
      .timeline .timeline-item .timeline-content .cont-bottom-wrap .post-status {
        float: right; }
        .timeline .timeline-item .timeline-content .cont-bottom-wrap .post-status .cont-status-item {
          cursor: pointer; }
          .timeline .timeline-item .timeline-content .cont-bottom-wrap .post-status .cont-status-item:not(first-child) {
            margin-left: 15px; }
          .timeline .timeline-item .timeline-content .cont-bottom-wrap .post-status .cont-status-item:hover {
            color: #666666; }
      .timeline .timeline-item .timeline-content .post-title,
      .timeline .timeline-item .timeline-content .post-meta,
      .timeline .timeline-item .timeline-content .post-description,
      .timeline .timeline-item .timeline-content .post-see-more {
        text-align: left;
        margin-bottom: 1em; }
      .timeline .timeline-item .timeline-content .post-title {
        display: block;
        margin-bottom: 5px; }
      .timeline .timeline-item .timeline-content .post-meta {
        padding-left: 0;
        list-style: none; }
        .timeline .timeline-item .timeline-content .post-meta, .timeline .timeline-item .timeline-content .post-meta a {
          color: #9e9e9e; }
        .timeline .timeline-item .timeline-content .post-meta li {
          display: inline-block;
          margin-right: 10px; }
      .timeline .timeline-item .timeline-content .post-see-more {
        margin-bottom: 5px; }
      .timeline .timeline-item .timeline-content .cont-wrap {
        background: #ffffff;
        padding: 20px; }
        .timeline .timeline-item .timeline-content .cont-wrap .post-title {
          margin: 0 0 5px 0; }
        .timeline .timeline-item .timeline-content .cont-wrap .post-title h3 {
          margin: 0; }
    .timeline .timeline-item:nth-child(2n+0) .timeline-content {
      float: right;
      text-align: left; }
  .timeline .margin-0 {
    margin: 0 !important; }
  .timeline.arrow:before {
    margin-top: 25px; }
  .timeline.arrow .timeline-content {
    margin: -25px 20px 30px; }
  .timeline.arrow .timeline-item:nth-child(2n+0) .timeline-content-body:before {
    left: 0;
    margin-left: -15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .timeline.arrow .timeline-item:nth-child(2n+0) .timeline-icon {
    margin-top: 12px; }
  .timeline.arrow .timeline-icon {
    margin-top: 22px; }
  .timeline.arrow .timeline-content-body {
    position: relative; }
    .timeline.arrow .timeline-content-body:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-top-width: 15px;
      border-bottom-width: 15px;
      border-left: 15px solid #ffffff;
      margin-right: -15px;
      margin-top: 15px; }
  .timeline.timeline-left {
    width: 90%; }
    .timeline.timeline-left .timeline-item .timeline-content,
    .timeline.timeline-left .timeline-item:nth-child(2n+0) .timeline-content {
      float: left;
      text-align: left; }
    .timeline.timeline-left .item-style-8,
    .timeline.timeline-left .item-style-8 .post-description {
      text-align: right; }
    .timeline.timeline-left.arrow .timeline-item:nth-child(2n+0) .timeline-content-body:before {
      left: auto;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .timeline.timeline-left.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
      margin-top: 10px; }
  .timeline.timeline-right {
    width: 90%; }
    .timeline.timeline-right .timeline-content {
      float: right;
      text-align: left; }
    .timeline.timeline-right.arrow {
      width: auto; }
      .timeline.timeline-right.arrow .timeline-content .timeline-content-body::before {
        left: 0;
        transform: rotate(180deg);
        margin-left: -15px; }
      .timeline.timeline-right.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
        margin-top: 10px; }
  .timeline:not(.timeline-right) .timeline-item:nth-child(2n+1) .item-style-8 .post-description {
    text-align: right; }
  .timeline.light-green-bar::before {
    background: #8fcc72; }
  .timeline.light-green-bar .timeline-icon {
    background: #ffffff;
    border-color: #8fcc72 !important; }
  .timeline.light-green-bar .timeline-post-date {
    background: #8fcc72 !important; }
  .timeline.light-green-bar .timeline-item-date-bar {
    background: #8fcc72 !important; }
  .timeline.light-green-bar.timeline-style-8 .item-style-6 .timeline-content-title {
    color: #8fcc72; }
  .timeline.light-green-bar.timeline-style-8::before {
    background: #8fcc72; }
  .timeline.piper-color-bar::before {
    background: #02a922; }
  .timeline.piper-color-bar .timeline-icon {
    color: #ffffff;
    background: #02a922;
    border-color: #02a922 !important; }
  .timeline.piper-color-bar .timeline-post-date {
    background: #02a922 !important; }
  .timeline.piper-color-bar .timeline-item-date-bar {
    background: #02a922 !important; }
  .timeline.piper-color-bar.timeline-style-8 .item-style-8 .timeline-content-title {
    color: #02a922; }
  .timeline.piper-color-bar.timeline-style-8::before {
    background: #02a922; }
  .timeline.success-color-bar::before {
    background: #20c997; }
  .timeline.success-color-bar .timeline-icon {
    color: #ffffff;
    background: #20c997;
    border-color: #20c997 !important; }
  .timeline.success-color-bar .timeline-post-date {
    background: #20c997 !important; }
  .timeline.success-color-bar.timeline-style-5 .timeline-icon {
    color: #ffffff;
    background-color: #20c997; }
  .timeline.success-color-bar .timeline-item-date-bar {
    background: #20c997 !important; }
  .timeline.success-color-bar.timeline-style-8 .item-style-8 .timeline-content-title {
    color: #20c997; }
  .timeline.success-color-bar.timeline-style-8::before {
    background: #20c997; }
  .timeline.primary-color-bar::before {
    background: #007bff; }
  .timeline.primary-color-bar .timeline-icon {
    border-color: #007bff !important;
    color: #ffffff;
    background: #007bff; }
  .timeline.primary-color-bar .timeline-post-date {
    background: #007bff !important; }
  .timeline.primary-color-bar .timeline-item-date-bar {
    background: #007bff !important; }
  .timeline.primary-color-bar.timeline-style-8 .item-style-8 .timeline-content-title {
    color: #007bff; }
  .timeline.primary-color-bar.timeline-style-8::before {
    background: #007bff; }
  .timeline.light-barry-color-bar::before {
    background: #cb9bff; }
  .timeline.light-barry-color-bar .timeline-icon {
    border-color: #cb9bff !important;
    color: #ffffff;
    background: #cb9bff; }
  .timeline.light-barry-color-bar .timeline-post-date {
    background: #cb9bff !important; }
  .timeline.light-barry-color-bar .timeline-item-date-bar {
    background: #cb9bff !important; }
  .timeline.light-barry-color-bar.timeline-style-8 .item-style-8 .timeline-content-title {
    color: #cb9bff; }
  .timeline.light-barry-color-bar.timeline-style-8::before {
    background: #cb9bff; }
  .timeline.light-blue-color-bar::before {
    background: #6dd0ff; }
  .timeline.light-blue-color-bar .timeline-icon {
    border-color: #6dd0ff !important;
    color: #ffffff;
    background: #6dd0ff; }
  .timeline.light-blue-color-bar .timeline-post-date {
    background: #6dd0ff !important; }
  .timeline.light-blue-color-bar .timeline-item-date-bar {
    background: #6dd0ff !important; }
  .timeline.light-blue-color-bar.timeline-style-8 .item-style-8 .timeline-content-title {
    color: #6dd0ff; }
  .timeline.light-blue-color-bar.timeline-style-8::before {
    background: #6dd0ff; }
  .timeline.picton-blue-color-bar::before {
    background: #51B8F1; }
  .timeline.picton-blue-color-bar .timeline-icon {
    border-color: #51B8F1 !important;
    color: #ffffff;
    background: #51B8F1; }
  .timeline.picton-blue-color-bar .timeline-post-date {
    background: #51B8F1 !important; }
  .timeline.picton-blue-color-bar .timeline-item-date-bar {
    background: #51B8F1 !important; }
  .timeline.picton-blue-color-bar.timeline-style-8 .item-style-8 .timeline-content-title {
    color: #51B8F1; }
  .timeline.picton-blue-color-bar.timeline-style-8::before {
    background: #51B8F1; }
  .timeline.nearest-item .timeline-item:nth-child(2n+0) {
    margin-top: -40%;
    width: 50%;
    left: 55%; }
    .timeline.nearest-item .timeline-item:nth-child(2n+0) .timeline-icon {
      left: -10%; }
    .timeline.nearest-item .timeline-item:nth-child(2n+0) .timeline-content {
      width: 100%; }

.timeline-style-1:before {
  width: 2px;
  background: #e0e0e0; }
.timeline-style-1 .timeline-item .timeline-icon {
  width: 60px;
  height: 60px;
  margin-left: -28px;
  text-align: center;
  line-height: normal;
  border-style: solid;
  border-width: 2px;
  border-color: #cccccc; }
  .timeline-style-1 .timeline-item .timeline-icon .icon {
    position: relative;
    top: 15px;
    font-size: 26px; }
  .timeline-style-1 .timeline-item .timeline-icon img.timeline-avatar {
    display: block; }
.timeline-style-1 .timeline-item .timeline-post-date {
  position: absolute;
  left: 50%;
  top: 70px;
  background: #cccccc;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  margin-left: -33px;
  text-align: center;
  display: block; }
.timeline-style-1.arrow .timeline-content {
  margin-top: 10px;
  width: 44%; }
.timeline-style-1.arrow .timeline-icon {
  margin-top: 5px; }
.timeline-style-1.arrow .timeline-item:nth-child(2n+0) .timeline-post-date {
  top: 78px; }
.timeline-style-1.timeline-right.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
  margin-top: -10px; }
.timeline-style-1.timeline-left.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
  margin-top: -10px; }

.timeline-style-2:before {
  width: 2px;
  background: #e0e0e0; }
.timeline-style-2 .timeline-item .timeline-icon {
  height: 18px;
  margin-left: -8px;
  width: 18px; }
  .timeline-style-2 .timeline-item .timeline-icon .icon {
    display: none; }
.timeline-style-2.arrow .timeline-content {
  margin: -10px 20px 0; }

.timeline-style-3:before {
  width: 2px;
  background: #e0e0e0; }
.timeline-style-3 .timeline-item .timeline-icon {
  height: 20px;
  width: 20px;
  margin-left: -8px;
  background: #ffffff;
  border: 5px solid #e0e0e0;
  border-radius: 2px; }
  .timeline-style-3 .timeline-item .timeline-icon .icon {
    display: none; }
.timeline-style-3 .timeline-item .timeline-content-body:before {
  margin-top: 12px; }
.timeline-style-3.arrow .timeline-content {
  margin: -10px 20px 0; }
.timeline-style-3.arrow .timeline-icon {
  margin-top: 18px; }
.timeline-style-3.arrow .timeline-item:nth-child(2n+0) .timeline-icon {
  margin-top: 7px; }

.timeline-style-4:before {
  width: 2px;
  background: #e0e0e0; }
.timeline-style-4 .timeline-item .timeline-icon {
  margin-left: -25px;
  text-align: center;
  background: #e0e0e0;
  color: #ffffff; }
  .timeline-style-4 .timeline-item .timeline-icon .icon {
    position: relative;
    top: 12px;
    font-size: 26px; }
.timeline-style-4 img.timeline-avatar {
  display: block !important; }
.timeline-style-4.primary-color-bar .timeline-item .timeline-icon {
  background: #007bff; }
.timeline-style-4.success-color-bar .timeline-item .timeline-icon {
  background: #20c997; }
.timeline-style-4.piper-color-bar .timeline-item .timeline-icon {
  background: #02a922; }
.timeline-style-4.light-green-bar .timeline-item .timeline-icon {
  background: #8fcc72; }
.timeline-style-4.light-barry-color-bar .timeline-item .timeline-icon {
  background: #cb9bff; }
.timeline-style-4.light-blue-color-bar .timeline-item .timeline-icon {
  background: #6dd0ff; }
.timeline-style-4.arrow .timeline-content {
  margin-top: 10px; }
.timeline-style-4.arrow .timeline-icon {
  margin-top: 5px; }
.timeline-style-4.timeline-right.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
  margin-top: -10px; }
.timeline-style-4.timeline-left.arrow .timeline-content {
  width: 44%; }
.timeline-style-4.timeline-left.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
  margin-top: -10px; }

.timeline-style-5:before {
  width: 2px;
  background: #e0e0e0; }
.timeline-style-5 .timeline-item .timeline-icon {
  width: 60px;
  height: 60px;
  margin-left: -28px;
  border: 2px solid;
  text-align: center;
  line-height: normal; }
  .timeline-style-5 .timeline-item .timeline-icon .icon {
    display: none; }
  .timeline-style-5 .timeline-item .timeline-icon .timeline-post-date {
    display: block; }
.timeline-style-5 .timeline-item .timeline-post-date {
  margin-top: 10px; }
.timeline-style-5 .timeline-item .timeline-post-date,
.timeline-style-5 .timeline-item .timeline-post-month,
.timeline-style-5 .timeline-item .timeline-post-year {
  font-size: 14px;
  font-weight: 600; }
.timeline-style-5.arrow .timeline-content {
  margin-top: 10px;
  width: 44%; }
.timeline-style-5.arrow .timeline-icon {
  margin-top: 5px; }
.timeline-style-5.timeline-right.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
  margin-top: -10px; }
.timeline-style-5.timeline-left.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
  margin-top: -10px; }

.timeline-style-6 .timeline-item .timeline-icon {
  height: 35px;
  margin-left: -16px;
  width: 35px;
  background: #ffffff;
  border: 11px solid #e8e8e8;
  top: -10px; }
  .timeline-style-6 .timeline-item .timeline-icon .icon {
    display: none; }
.timeline-style-6 .timeline-item .timeline-content {
  margin: -10px 20px 0;
  padding: 0; }

.timeline-style-7:before {
  width: 2px;
  background: #e0e0e0; }
.timeline-style-7 .timeline-item .timeline-content {
  padding-top: 60px;
  width: 49%; }
.timeline-style-7 .timeline-item .timeline-icon {
  margin-left: -25px;
  text-align: center; }
  .timeline-style-7 .timeline-item .timeline-icon .icon {
    position: relative;
    top: 12px;
    font-size: 26px; }
.timeline-style-7 .timeline-item .timeline-item-date-bar {
  position: relative;
  right: 0;
  height: 50px;
  background: #e0e0e0;
  margin-bottom: 5px;
  width: 50%;
  float: left;
  top: 0;
  font-size: 18px;
  color: #ffffff;
  padding: 12px 20px;
  text-transform: uppercase;
  display: block; }
.timeline-style-7 .timeline-item img.timeline-avatar {
  display: block !important; }
.timeline-style-7 .timeline-item:nth-child(2n+0) .timeline-item-date-bar {
  float: right;
  position: absolute;
  padding-left: 30px; }
.timeline-style-7.timeline-right .timeline-item .timeline-item-date-bar {
  float: right;
  position: absolute;
  padding-left: 30px; }
.timeline-style-7.timeline-left .timeline-item .timeline-item-date-bar {
  float: left;
  right: auto; }
.timeline-style-7.timeline-left .timeline-item .timeline-content {
  left: 0;
  float: none; }

.timeline-style-8 .timeline-item {
  margin-bottom: 30px; }
  .timeline-style-8 .timeline-item:hover .timeline-icon {
    border-width: 4px; }
  .timeline-style-8 .timeline-item .timeline-icon {
    height: 16px;
    margin-left: -6px;
    width: 16px;
    background: #ffffff;
    border: 3px solid #51B8F1;
    top: -10px; }
    .timeline-style-8 .timeline-item .timeline-icon .icon {
      display: none; }
  .timeline-style-8 .timeline-item .timeline-content {
    margin: -10px 20px 0;
    padding: 0; }
.timeline-style-8::before {
  width: 4px;
  background: #51B8F1; }
.timeline-style-8.arrow .timeline-item .timeline-icon {
  top: 0; }

.timeline-style-9:before {
  width: 2px;
  background: #e0e0e0; }
.timeline-style-9 .timeline-item .timeline-icon {
  height: 20px;
  width: 20px;
  margin-left: -9px;
  background: #ffffff;
  border: 5px solid #e0e0e0;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  .timeline-style-9 .timeline-item .timeline-icon .icon {
    display: none; }
.timeline-style-9 .timeline-item .timeline-content-body:before {
  margin-top: 12px; }
.timeline-style-9.arrow .timeline-content {
  margin: -10px 20px 0; }
.timeline-style-9.arrow .timeline-icon {
  margin-top: 18px; }
.timeline-style-9.arrow .timeline-item:nth-child(2n+0) .timeline-icon {
  margin-top: 7px; }

.timeline-style-10:before {
  width: 2px;
  background: transparent;
  border: 2px dashed #e0e0e0; }
.timeline-style-10 .timeline-item .timeline-icon {
  margin-left: -23px;
  text-align: center;
  background: #e0e0e0;
  color: #ffffff; }
  .timeline-style-10 .timeline-item .timeline-icon .icon {
    position: relative;
    top: 12px;
    font-size: 26px; }
.timeline-style-10 img.timeline-avatar {
  display: block !important; }
.timeline-style-10.primary-color-bar:before {
  background: transparent;
  border-color: #007bff; }
.timeline-style-10.primary-color-bar .timeline-item .timeline-icon {
  background: #007bff; }
.timeline-style-10.success-color-bar:before {
  background: transparent;
  border-color: #20c997; }
.timeline-style-10.success-color-bar .timeline-item .timeline-icon {
  background: #20c997; }
.timeline-style-10.piper-color-bar:before {
  background: transparent;
  border-color: #02a922; }
.timeline-style-10.piper-color-bar .timeline-item .timeline-icon {
  background: #02a922; }
.timeline-style-10.light-green-bar:before {
  background: transparent;
  border-color: #8fcc72; }
.timeline-style-10.light-green-bar .timeline-item .timeline-icon {
  background: #8fcc72; }
.timeline-style-10.light-barry-color-bar:before {
  background: transparent;
  border-color: #cb9bff; }
.timeline-style-10.light-barry-color-bar .timeline-item .timeline-icon {
  background: #cb9bff; }
.timeline-style-10.light-blue-color-bar:before {
  background: transparent;
  border-color: #6dd0ff; }
.timeline-style-10.light-blue-color-bar .timeline-item .timeline-icon {
  background: #6dd0ff; }
.timeline-style-10.arrow .timeline-content {
  margin-top: 10px; }
.timeline-style-10.arrow .timeline-icon {
  margin-top: 5px; }
.timeline-style-10.timeline-right.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
  margin-top: -10px; }
.timeline-style-10.timeline-left.arrow .timeline-content {
  width: 44%; }
.timeline-style-10.timeline-left.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
  margin-top: -10px; }

@media only screen and (max-width: 640px) {
  .timeline-container {
    padding: 15px;
    width: 100%; }

  .nearest-item .timeline-item {
    margin-top: 0 !important; }
  .nearest-item .timeline-item:nth-child(2n+0) {
    width: auto !important;
    left: auto !important; }
    .nearest-item .timeline-item:nth-child(2n+0) .timeline-icon {
      left: auto !important; }
    .nearest-item .timeline-item:nth-child(2n+0) .timeline-content {
      width: 90% !important; }

  .timeline {
    margin: 30px;
    padding: 0;
    width: 80%; }
    .timeline::before {
      left: 0; }
    .timeline .timeline-item .timeline-content {
      float: right;
      text-align: left;
      width: 96%; }
      .timeline .timeline-item .timeline-content::before {
        border-left: 0;
        border-right: 7px solid #ffffff;
        left: 10%;
        margin-left: -6px; }
    .timeline .timeline-item .timeline-icon {
      left: 0; }
    .timeline.arrow:before {
      margin-top: 20px; }
    .timeline.arrow .timeline-icon {
      margin-top: 12px; }
    .timeline.arrow .timeline-content-body:before {
      left: 0;
      margin-left: -15px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .timeline.timeline-left {
      width: 100%;
      margin: 25px 15px 0 0; }
      .timeline.timeline-left::before {
        right: 24px;
        left: auto; }
      .timeline.timeline-left .timeline-item .timeline-icon {
        left: auto;
        right: 0; }
      .timeline.timeline-left .timeline-item .timeline-content {
        float: left;
        text-align: left; }
      .timeline.timeline-left.timeline-style-8::before {
        right: 6px; }
      .timeline.timeline-left.arrow .timeline-content-body:before {
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      .timeline.timeline-left.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
        margin-top: 0; }
    .timeline.timeline-right.arrow .timeline-item:nth-child(2n+1) .timeline-content-body {
      margin-top: 0px; }

  .timeline-style-1 {
    width: 90%; }
    .timeline-style-1 .timeline-item .timeline-post-date {
      left: 0; }
    .timeline-style-1 .timeline-item .timeline-content {
      width: 85%; }
    .timeline-style-1.arrow .timeline-content {
      width: 75%; }
    .timeline-style-1.arrow .timeline-item:nth-child(2n+1) .timeline-post-date {
      top: 78px; }
    .timeline-style-1.timeline-right.arrow {
      width: 90%; }
      .timeline-style-1.timeline-right.arrow .timeline-item .timeline-content {
        width: 75%; }
    .timeline-style-1.timeline-left::before {
      right: 30px; }
    .timeline-style-1.timeline-left .timeline-post-date {
      left: auto;
      right: -5px; }
    .timeline-style-1.timeline-left.arrow .timeline-item .timeline-content {
      width: 70%; }

  .timeline-style-2 {
    width: 95%;
    margin-left: 20px; }
    .timeline-style-2 .timeline-item .timeline-content {
      width: 94%;
      margin: -10px 0 0; }
    .timeline-style-2.arrow .timeline-item .timeline-content {
      width: 90%; }
    .timeline-style-2.timeline-right.arrow {
      width: 90%; }
    .timeline-style-2.timeline-left::before {
      right: 8px; }

  .timeline-style-3 {
    width: 95%;
    margin-left: 20px; }
    .timeline-style-3 .timeline-item .timeline-content {
      width: 90%;
      margin: -10px 0 0; }
    .timeline-style-3.arrow .timeline-icon {
      margin-top: 7px; }
    .timeline-style-3.timeline-right.arrow {
      width: 90%; }
    .timeline-style-3.timeline-left::before {
      right: 9px; }

  .timeline-style-4,
  .timeline-style-10 {
    width: 90%; }
    .timeline-style-4 .timeline-item .timeline-content,
    .timeline-style-10 .timeline-item .timeline-content {
      width: 88%; }
    .timeline-style-4.arrow .timeline-content,
    .timeline-style-10.arrow .timeline-content {
      width: 80%; }
    .timeline-style-4.timeline-right .timeline-item .timeline-content,
    .timeline-style-10.timeline-right .timeline-item .timeline-content {
      width: 88%; }
    .timeline-style-4.timeline-right.arrow,
    .timeline-style-10.timeline-right.arrow {
      width: 90%; }
      .timeline-style-4.timeline-right.arrow .timeline-item .timeline-content,
      .timeline-style-10.timeline-right.arrow .timeline-item .timeline-content {
        width: 75%; }
    .timeline-style-4.timeline-left .timeline-item .timeline-content,
    .timeline-style-10.timeline-left .timeline-item .timeline-content {
      width: 82%; }
    .timeline-style-4.timeline-left.arrow .timeline-item .timeline-content,
    .timeline-style-10.timeline-left.arrow .timeline-item .timeline-content {
      width: 75%; }

  .timeline-style-5 {
    width: 90%; }
    .timeline-style-5 .timeline-item .timeline-content {
      width: 85%; }
    .timeline-style-5.arrow .timeline-content {
      width: 78%; }
    .timeline-style-5.timeline-right .timeline-item .timeline-content {
      width: 88%; }
    .timeline-style-5.timeline-right.arrow {
      width: 90%; }
      .timeline-style-5.timeline-right.arrow .timeline-item .timeline-content {
        width: 75%; }
    .timeline-style-5.timeline-left::before {
      right: 30px; }
    .timeline-style-5.timeline-left .timeline-item .timeline-content {
      width: 82%; }
    .timeline-style-5.timeline-left.arrow .timeline-item .timeline-content {
      width: 70%; }

  .timeline-style-6 {
    width: 94%;
    margin-left: 20px; }
    .timeline-style-6 .timeline-item .timeline-content {
      width: 92%;
      margin: -10px 0 0; }
    .timeline-style-6.arrow .timeline-item .timeline-content {
      width: 88%; }
    .timeline-style-6.timeline-right.arrow {
      width: 90%; }
    .timeline-style-6.timeline-left::before {
      right: 17px; }
    .timeline-style-6.timeline-left .timeline-content {
      width: 85%; }
    .timeline-style-6.timeline-left.arrow .timeline-item .timeline-content {
      width: 83%; }

  .timeline-style-7 {
    width: 90%; }
    .timeline-style-7 .timeline-item .timeline-item-date-bar {
      width: 100%; }
    .timeline-style-7 .timeline-item .timeline-content {
      padding-top: 5px; }
    .timeline-style-7 .timeline-item .timeline-item-date-bar {
      padding-left: 35px; }
    .timeline-style-7 .timeline-item:nth-child(2n+0) .timeline-item-date-bar {
      padding-left: 35px; }
    .timeline-style-7 .timeline-item:nth-child(2n+0) .timeline-content {
      padding-top: 60px; }
    .timeline-style-7.timeline-right .timeline-item .timeline-item-date-bar {
      padding-left: 35px; }
    .timeline-style-7.timeline-right .timeline-item .timeline-content {
      padding-top: 60px; }
    .timeline-style-7.timeline-left .timeline-item .timeline-item-date-bar {
      padding-left: 20px;
      width: 95%; }
    .timeline-style-7.timeline-left .timeline-item .timeline-content {
      width: 90%; }

  .timeline-style-8 {
    width: 94%;
    margin-left: 15px; }
    .timeline-style-8 .timeline-item .timeline-content {
      width: 92%;
      margin: -10px 0 0; }
    .timeline-style-8.arrow .timeline-item .timeline-content {
      width: 88%; }

  .timeline-style-9 {
    width: 95%;
    margin-left: 20px; }
    .timeline-style-9 .timeline-item .timeline-content {
      width: 90%;
      margin: -10px 0 0; }
    .timeline-style-9.arrow .timeline-icon {
      margin-top: 7px; }
    .timeline-style-9.timeline-right.arrow {
      width: 90%; }
    .timeline-style-9.timeline-left::before {
      right: 9px; }
    .timeline-style-9.timeline-left.arrow .timeline-item .timeline-content {
      width: 88%; } }
@media (min-width: 480px) and (max-width: 640px) {
  .timeline-theme-style-1 .timeline-item .timeline-content {
    width: 87%; } }
/* Medium Devices, Desktops */
@media (min-width: 640px) and (max-width: 992px) {
  .timeline-container {
    padding: 10px;
    width: auto; }

  .timeline.arrow .timeline-content {
    width: 40%; }
  .timeline.timeline-left {
    width: 100%; }

  .timeline-style-1 .timeline-item .timeline-content,
  .timeline-style-4 .timeline-item .timeline-content,
  .timeline-style-5 .timeline-item .timeline-content,
  .timeline-style-6 .timeline-item .timeline-content,
  .timeline-style-10 .timeline-item .timeline-content {
    width: 43% !important; } }

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