/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-timeline {
  padding-bottom: 25px; }
  .thim-sc-timeline .list-times {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px; }
  .thim-sc-timeline .item-wrap {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 107px; }
    .thim-sc-timeline .item-wrap > div {
      padding-left: 64px;
      padding-right: 64px; }
    .thim-sc-timeline .item-wrap:nth-child(2n) {
      flex-direction: row; }
      .thim-sc-timeline .item-wrap:nth-child(2n) .first-col {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        justify-content: flex-end; }
      .thim-sc-timeline .item-wrap:nth-child(2n) .dots {
        flex-direction: row-reverse;
        right: unset;
        left: 19px; }
      .thim-sc-timeline .item-wrap:nth-child(2n):hover .dots {
        -webkit-transform: translate(-10px, 0);
        -moz-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        -o-transform: translate(-10px, 0); }
    .thim-sc-timeline .item-wrap > .last-col {
      flex: 460px 0 0;
      max-width: 100%;
      padding-left: 100px;
      padding-right: 100px; }
    .thim-sc-timeline .item-wrap:hover .dots {
      -webkit-transform: translate(10px, 0);
      -moz-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
      -o-transform: translate(10px, 0); }
    .thim-sc-timeline .item-wrap:before {
      content: '';
      position: absolute;
      left: 50%;
      width: 15px;
      height: 15px;
      border-width: 1px;
      border-style: solid;
      border-radius: 50%;
      margin-left: -7px;
      top: 42px;
      background: #FFF;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  .thim-sc-timeline .dots {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    list-style: none;
    margin: 0;
    position: absolute;
    right: 19px;
    top: 45px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .thim-sc-timeline .dots li {
      width: 4px;
      height: 4px;
      display: inline-block;
      border-radius: 50%;
      margin: 3px; }
      .thim-sc-timeline .dots li:nth-child(1) {
        filter: alpha(opacity=20);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        -webkit-opacity: 0.2;
        -khtml-opacity: 0.2;
        -moz-opacity: 0.2;
        -ms-opacity: 0.2;
        -o-opacity: 0.2;
        opacity: 0.2; }
      .thim-sc-timeline .dots li:nth-child(2) {
        filter: alpha(opacity=40);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        -webkit-opacity: 0.4;
        -khtml-opacity: 0.4;
        -moz-opacity: 0.4;
        -ms-opacity: 0.4;
        -o-opacity: 0.4;
        opacity: 0.4; }
      .thim-sc-timeline .dots li:nth-child(3) {
        filter: alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        -webkit-opacity: 0.6;
        -khtml-opacity: 0.6;
        -moz-opacity: 0.6;
        -ms-opacity: 0.6;
        -o-opacity: 0.6;
        opacity: 0.6; }
  .thim-sc-timeline .list-times:before {
    content: '';
    top: 42px;
    bottom: 42px;
    left: 50%;
    position: absolute;
    border-left-style: solid;
    border-left-width: 1px; }
  .thim-sc-timeline .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 11px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .thim-sc-timeline .time {
    font-size: 18px;
    font-weight: 500;
    color: #aaa;
    margin-top: 38px; }
  .thim-sc-timeline .item-wrap:nth-child(2n) {
    align-items: flex-start; }

@media (max-width: 992px) {
  .responsive .thim-sc-timeline .item-wrap {
    margin-bottom: 30px; }
    .responsive .thim-sc-timeline .item-wrap > .last-col {
      padding-left: 70px;
      padding-right: 70px;
      flex: 50% 0 0; } }

@media (max-width: 640px) {
  .responsive .site-content.no-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .responsive .thim-sc-timeline .list-times:before {
    left: 0;
    bottom: 70px; }
  .responsive .thim-sc-timeline .dots {
    right: unset;
    left: 25px;
    top: -17px;
    flex-direction: row-reverse; }
  .responsive .thim-sc-timeline .item-wrap:nth-child(2n) .dots {
    left: 25px; }
  .responsive .thim-sc-timeline .item-wrap:before {
    left: 15px; }
  .responsive .thim-sc-timeline .item-wrap > .first-col {
    padding-left: 70px;
    padding-right: 0;
    justify-content: flex-start; }
  .responsive .thim-sc-timeline .item-wrap > .last-col {
    flex: 100% 0 0;
    padding-left: 70px;
    padding-right: 0; } }

@media (max-width: 480px) {
  .responsive .thim-sc-timeline .list-times:before {
    bottom: 100px; } }
