div.timeline {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    padding: 0 25px;
    padding-bottom: 11px;
    padding-top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(~"100% + 50px");
}

/* Date Separator */
div.timeline div.date_separator {
    position: relative;
    padding: 20px 0px;
    clear: both;
}
div.timeline div.date_separator span {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 72px;
    font-size: 16px;
    text-align: center;
    border: 14px solid #FFFFFF;
    background-color: #7A0004;
    color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
div.timeline div.date_separator.animated span {
    filter:alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
div.timeline_dual div.date_separator span,
div.timeline_center div.date_separator span {
    margin-left: auto;
    margin-right: auto;
}
div.timeline_left div.date_separator span {
    margin-left: auto;
    margin-right: 0px;
}
div.timeline_right div.date_separator span {
    margin-left: 0px;
    margin-right: auto;
}

/* Spine */
div.timeline div.spine {
    position: absolute;
    top: 82px;
    bottom: 100%;
    width: 2px;
    background-color: #CCCCCC;
    -webkit-transition: bottom 0.5s linear;
       -moz-transition: bottom 0.5s linear;
        -ms-transition: bottom 0.5s linear;
            transition: bottom 0.5s linear;
}
@media (max-width: 999px) {
    div.timeline div.spine {
        background-color: transparent;
    }
}
div.timeline_dual div.spine,
div.timeline_center div.spine {
    left: 50%;
    margin-left: -0px;
}
div.timeline_left div.spine {
    right: 4px;
}
div.timeline_right div.spine {
    left: 4px;
}
div.timeline div.spine.animated {
    bottom: 0%;
}

/* Element */
div.timeline_element {
    min-height: 519px;
    position: relative;
    margin: 20px 0px;
    opacity: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
div.timeline_dual div.timeline_element_left {
    width: 50%;
    margin: 0px 0px;
    margin-bottom: 91px;
    float: left;
    clear: left;
}
div.timeline_dual div.timeline_element_right {
    width: 50%;
    margin: 20px 0px;
    margin-bottom: 69px;
    float: right;
    clear: right;
}
@media (max-width:999px) {
    div.timeline_element {
        min-height: unset;
    }
    div.timeline_dual div.timeline_element_right, div.timeline_dual div.timeline_element_left {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
        float: unset;
    }
}
@media (min-width:1000px) {
    div.timeline_dual div.timeline_element_right div.timeline_title{
        margin-left: -18px;
    }
    div.timeline_dual div.timeline_element_right div.timeline_title span.timeline_title_label{
        padding-left: 60px;
    }
    div.timeline_dual div.timeline_element_right div.img_container{
        padding-left: 38px;
        padding-right: 31px;
    }
    div.timeline_dual div.timeline_element_right div.content{
        padding-top: 17px;
        padding-bottom: 12px;
        padding-left: 39px;
        padding-right: 31px;
    }
    div.timeline_dual div.timeline_element_right:nth-child(3) {
        margin-top: 305px;
    }
}
div.timeline_left div.timeline_element,
div.timeline_dual div.timeline_element_left {
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
         -mstransform: translateX(20px);
            transform: translateX(20px);
}
div.timeline_right div.timeline_element,
div.timeline_dual div.timeline_element_right {
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}
div.timeline div.timeline_element.animated {
    opacity: 1;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}
.opacityFilter div.timeline_element {
    visibility: hidden;
}
.opacityFilter div.timeline_element.animated {
    visibility: visible;
}
div.timeline_element_box {
    /* overflow: hidden; */
   /*  padding: 10px; */
  /*   background-color: #38586D; */
    /* color: #FFFFFF; */
    text-shadow: none;
    /* box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); */
}
div.timeline_element_box:hover {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
}
div.timeline_left div.timeline_element_box,
div.timeline_dual div.timeline_element_left div.timeline_element_box {
    /* margin-right: 30px; */
}
div.timeline_right div.timeline_element_box,
div.timeline_dual div.timeline_element_right div.timeline_element_box {
   /*  margin-left: 30px */
}
div.timeline_left div.timeline_element:before,
div.timeline_right div.timeline_element:before,
div.timeline_dual div.timeline_element_left:before,
div.timeline_dual div.timeline_element_right:before {
   /*  content: ''; */
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
}
div.timeline_left div.timeline_element:before {
    right: 10px;
    top: 15px;
    border-left: 10px solid #38586D;
}
div.timeline_dual div.timeline_element_left:before {
    right: 10px;
    top: 15px;
    border-left: 10px solid #38586D;
}
div.timeline_right div.timeline_element:before {
    left: 10px;
    top: 65px;
    border-right: 10px solid #38586D;
}
div.timeline_dual div.timeline_element_right:before {
    left: 10px;
    top: 65px;
    border-right: 10px solid #38586D;
}
div.timeline_left div.timeline_element:after,
div.timeline_right div.timeline_element:after,
div.timeline_dual div.timeline_element_left:after,
div.timeline_dual div.timeline_element_right:after {
    /* content: ''; */
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border: 6px solid #38586D;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
div.timeline_left div.timeline_element:hover:after,
div.timeline_right div.timeline_element:hover:after,
div.timeline_dual div.timeline_element_left:hover:after,
div.timeline_dual div.timeline_element_right:hover:after {
    z-index: 100;
}
div.timeline_left div.timeline_element:after {
    right: 10px;
    top: 14px;
    margin-right: -10px;
}
div.timeline_dual div.timeline_element_left:after {
    right: 0px;
    top: 14px;
    margin-right: -10px;
}
div.timeline_right div.timeline_element:after {
    left: 10px;
    top: 64px;
    margin-left: -10px;
}
div.timeline_dual div.timeline_element_right:after {
    left: 0px;
    top: 64px;
    margin-left: -10px;
}
div.timeline_left div.timeline_element:after,
div.timeline_right div.timeline_element:after,
div.timeline_dual div.timeline_element_left:hover:after,
div.timeline_dual div.timeline_element_right:hover:after {
    z-index: 100;
    background-color: #7A0004;
    border: 4px solid #FFFFFF;
}
div.timeline_title {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 10px;
    /* text-transform: uppercase; */
    width: calc(100% + 18px);
    z-index: 2;
    display: flex;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

@media (max-width:999px) {
    div.timeline_title {
        width: calc(100% + 0px);
    }
}
div.timeline_title span.timeline_title_label {
    display: block;
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #004DA9;
    border-radius: 50px;
    font-family: 'Outfit';
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2.6px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 10px 50px; 
    width: 100%;
}
div.timeline_title span.timeline_title_date {
    display: none;
}
div.timeline_element div.img_container {
    position: relative;
}
div.timeline_element div.img_overlay {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-transition: background 0.2s linear;
       -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
            transition: background 0.2s linear;
}
div.timeline_element div.img_container:hover div.img_overlay,
div.timeline_element div.img_overlay.loading {
    background: url('../images/opacity.png') repeat;  /*Fallback for IE*/
    background: rgba(0, 0, 0, 0.5);
}
div.timeline_element div.img_overlay span {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0px 0px -24px;
    cursor: pointer;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
}
div.timeline_element div.img_container:hover div.img_overlay span,
div.timeline_element div.img_overlay.loading span {
    filter:alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
div.timeline_element div.img_overlay.loading span {
    background-image: url('../images/loader.gif');
}

/* Slider Element */
div.timeline_element.slider img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0px 0px 5px 5px;
}
div.timeline_element.slider.notitle img {
    border-radius: 5px;
}
div.timeline_element.slider div.content {
    position: relative;
}
div.timeline_element.slider div.img_container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
div.timeline_element.slider div.content span.slider_prev,
div.timeline_element.slider div.content span.slider_next {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    bottom: 5px;
    cursor: pointer;
}
div.timeline_element.slider div.content span.slider_prev {
    background-image: url('../images/prev.png');
    right: 34px;
}
div.timeline_element.slider div.content span.slider_next {
    background-image: url('../images/next.png');
    right: 5px;
}

/* iframe Element */
div.timeline_element.iframe div.content.loading {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../images/loader.gif');
}
div.timeline_element.iframe div.content iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 0px 0px 5px 5px;
}
div.timeline_element.iframe.notitle div.content iframe {
    border-radius: 5px;
}

/* Blog Post Element */
div.timeline_element.blog_post div.content {
    font-size: 13px;
    padding-top: 19px;
    padding-bottom: 10px;
    padding-left: 33px;
    padding-right: 37px;
}
div.timeline_element.blog_post div.img_container {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 33px;
    padding-right: 37px;
}
div.timeline_element.blog_post div.img_container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 40px;;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
div.timeline_element.blog_post.notitle div.img_container img {
    border-radius: 5px 5px 0px 0px;
}
div.timeline_element.blog_post div.readmore {
    padding: 10px;
    font-size: 12px;
    text-align: right
}
div.timeline_element.blog_post a {
    color: #FFFFFF;
}
div.timeline_element.blog_post div.readmore a {
    color: #FFFFFF;
    text-decoration: underline;
}
div.timeline_element.blog_post div.readmore a:hover {
    text-decoration: none;
}

/* Gallery Element */
div.timeline_element.gallery div.scroll_container {
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
div.timeline_element.gallery div.img_container {
    display: inline-block;
    margin-right: 4px;
}
div.timeline_element.gallery div.img_container img {
    display: block;
}
div.timeline_element.gallery div.img_container:last-child {
    margin-right: 0px;
}

/* Lightbox */
div.timeline_overlay {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: url('../images/opacity.png') repeat;  /*Fallback for IE*/
    background-color: rgba(0, 0, 0, 0.5);
}
div.timeline_overlay.open {
    display: block;
}
div.timeline_overlay div.lightbox {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 0%;
    margin-left: -32px;
    margin-top: -32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 5px solid #FFFFFF;
    background-color: #FFFFFF;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: top 0.3s linear, opacity 0.3s linear;
       -moz-transition: top 0.3s linear, opacity 0.3s linear;
        -ms-transition: top 0.3s linear, opacity 0.3s linear;
            transition: top 0.3s linear, opacity 0.3s linear;
}
div.timeline_overlay div.lightbox.loaded {
    top: 50%;
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
}
div.timeline_overlay div.lightbox.updating {
    background-image: url('../images/loader.gif');
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
div.timeline_overlay div.lightbox img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    filter:alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
       -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
}
div.timeline_overlay div.lightbox.updating img {
    filter:alpha(opacity=0);
    opacity: 0;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
            transition: none;
}
div.timeline_overlay div.lightbox span {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 55%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
div.timeline_overlay div.lightbox:hover span {
    top: 50%;
    opacity: 1;
    filter:alpha(opacity=100);
}
div.timeline_overlay div.lightbox.updating span {
    display: none;
}
div.timeline_overlay div.lightbox span.prev {
    background-image: url('../images/prev.png');
    left: 10px;
}
div.timeline_overlay div.lightbox span.next {
    background-image: url('../images/next.png');
    right: 10px;
}
div.timeline_overlay div.lightbox a.close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url('../images/cancel.png');
}

/* Social */
div.timeline img.twitter_profile {
    margin: 0px 10px 10px 0px;
    border-radius: 3px;
    width: 48px;
    height: 48px;
}

div.timeline div.facebook_left_column {
    float: left;
    width: 50px;
}
div.timeline div.facebook_right_column {
    margin-left: 50px;
}
div.timeline div.facebook_content {
    overflow: hidden;
    text-overflow: ellipsis;
}
div.timeline img.facebook_profile {
    border-radius: 3px;
    width: 40px;
    height: 40px;
}
div.timeline div.facebook_post {
    overflow: hidden;
    clear: both;
    font-size: 11px;
    margin-top: 10px;
    border-radius: 3px;
    text-shadow: none;
    color: #777777;
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
}
div.timeline div.facebook_post img.facebook_picture {
    max-width: 80px;
    margin: 5px;
    float: left;
    border-radius: 3px;
}
div.timeline div.facebook_type_photo div.facebook_post {
    border: none;
}
div.timeline div.facebook_type_photo div.facebook_post img.facebook_picture {
    max-width: 100%;
    width: 100%;
    margin: 0px;
}
div.timeline div.description_container {
    overflow: hidden;
    margin: 5px 5px 5px 90px;
}
div.timeline div.facebook_post a {
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Load More */
div.timeline_loadmore {
    font-size: 12px;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    cursor: pointer;
    margin: 10px auto;
    width: 100px;
    background: red;
    text-align: center;
    padding: 10px 0px;
    border-radius: 4px;
    text-decoration: none;
    color: #FFFFFF;
    background: #D84A38;
    background: -webkit-linear-gradient(top, #dd4b39, #d14836);
    background: -moz-linear-gradient(top, #dd4b39, #d14836);
    background: -ms-linear-gradient(top, #dd4b39, #d14836);
    background: linear-gradient(top, #dd4b39, #d14836);
}
div.timeline_loadmore:hover {
    background: #CC3524;
    background: -webkit-linear-gradient(top, #d14836, #dd4b39);
    background: -moz-linear-gradient(top, #d14836, #dd4b39);
    background: -ms-linear-gradient(top, #d14836, #dd4b39);
    background: -linear-gradient(top, #d14836, #dd4b39);
}
div.timeline_loadmore:active {;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) inset;
}
div.timeline_loadmore.loading {
    cursor: default;
    color:  #AAAAAA;
    text-shadow: 0px 1px 1px #FFFFFF;
    box-shadow: none;
    background-size: 40px 40px;
    background-color: #DEDEDE;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-animation: loading 1s linear infinite;
       -moz-animation: loading 1s linear infinite;
        -ms-animation: loading 1s linear infinite;
            animation: loading 1s linear infinite;
}
@-webkit-keyframes loading {
    from {background-position: 0px 0px;}
    to {background-position: 40px 0px;}
}
@-moz-keyframes loading {
    from {background-position: 0px 0px;}
    to {background-position: 40px 0px;}
}
@-ms-keyframes loading {
    from {background-position: 0px 0px;}
    to {background-position: 40px 0px;}
}
@keyframes loading {
    from {background-position: 0px 0px;}
    to {background-position: 40px 0px;}
}

/* Scroll Bar */
div.timeline_element ::-webkit-scrollbar {  /* Webkit only */
    width: 6px;
    height: 6px;
}
div.timeline_element ::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 5px;
}
div.timeline_element ::-webkit-scrollbar-thumb:hover {
    background-color: #AAAAAA;
}