/*===============Blog Timeline========*/

.timeline-section-title {
    border: 2px solid #333333;
    border-radius: 3px;
    width: 48.5%;
    color: #333333;
    font-size: 36px;
    font-family: sectionHeading;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: 0px auto 60px auto;
}
.tzblog-timeline{
    padding: 0px 0 4px;
    background: #fff;
    padding-top: 140px;
}
.row-timeline{
    padding-bottom: 100px;
    position: relative;
}
.tztimeline-line{
    position: relative;
    margin-bottom: 50px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    padding-bottom: 145px;
}

.container-timeline{
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
.tzleft{
    position: relative;
}
.tzright{
    position: relative;
    margin-top: 90px;
}
.tzleft .blog-timeline-item {

    padding-right: 100px;
}
.tzright .blog-timeline-item {

    padding-left: 100px;
}
.blog-timeline-item .tzblog-format{
    margin-bottom: 19px;
}
.blog-timeline-item{

}
.tztimeline-line:before{
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    content: '';
    margin-left: -0.5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
.timeline{
    padding: 11px 0 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    border: 2px solid #eeeeee;
    color: #999999;
    font-size: 12px;
    background: #fff;
    width: 150px;
    text-align: center;
    z-index: 99;
}
.tzleft .timeline{
    right: 0;
    margin-right: -75px;
}
.tzright .timeline{
    left: 0;
    margin-left: -75px;
}
.timeline-load{
    padding: 10px 0 12px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    border: 2px solid #eeeeee;
    color: #999999;
    font-size: 12px;
    line-height: 14.4px;
    background: #fff;
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    cursor: pointer;
    z-index: 88;
}
.timeline-noload{
    padding: 10px 0 12px;
    position: absolute;
    bottom: 0;
    border: 2px solid #eeeeee;
    color: #999999;
    font-size: 12px;
    line-height: 14.4px;
    background: #fff;
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    cursor: pointer;
    z-index: 88;
    display: none;
}
.timeline-noload-d{
    padding: 10px 0 12px;
    position: absolute;
    bottom: 0;
    border: 2px solid #eeeeee;
    color: #999999;
    font-size: 12px;
    line-height: 14.4px;
    background: #fff;
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    cursor: pointer;
    z-index: 88;
}
.image_timeline{
    border: 0 none;
    bottom: 3px;
    color: #999999;
    cursor: pointer;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    text-align: center;
    z-index: 88;
    display: none;
}
.row-timeline{
    transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    -webkit-transition: all 0.5s ease 0.6s;
    -ms-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
}
.row-efff{
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    opacity: 0;
}
.container-timeline{
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
.row-timeline{
    transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    -webkit-transition: all 0.5s ease 0.6s;
    -ms-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
}
.oddeven:nth-child(odd){

}
.oddeven:nth-child(even) {
    margin-top: 90px;
}
.oddeven:nth-child(odd) .blog-timeline-item {
    padding-right: 100px;
}
.oddeven:nth-child(even) .blog-timeline-item {
    padding-left: 100px;
}


.oddeven:nth-child(odd) .timeline{
    right: 0;
    margin-right: -75px;
}
.oddeven:nth-child(even) .timeline{
    left: 0;
    margin-left: -75px;
}
.timeline{
    padding: 10px 0 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    border: 2px solid #eeeeee;
    color: #999999;
    font-size: 12px;
    line-height: 14.4px;
    background: #fff;
    width: 140px;
    text-align: center;
    z-index: 99 !important;
}
.tzleft .timeline{
    right: 0;
    margin-right: -70px;
}
.tzright .timeline{
    left: 0;
    margin-left: -70px;
}
.tzblog-img {
    max-width: 100%;
    height: auto;
    overflow:hidden;
}
.tzblog-img img {
    border: 1px solid #ccc;
    padding: 2px;
}
.tzblog-format{
    margin-bottom: 20px;
}
.tzblog-title{
    padding: 0;
    margin-top: 10px;
    line-height: 20px;
    font-family: paragraphText;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.tzblog-title a{
    padding: 0;
    margin: 0;
    color: #1f1f1f;
    text-decoration: none;
}
.tzthe_content{
    padding: 8px 0;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.4px;
    font-family: paragraphText;
}
.tzthe_content p:first-child{
    padding: 0;
}
.tzthe_content p{
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.4px;
}
img.wp-post-image {
    height: auto;
    max-width: 100%;
}
.number-font{
    font-family: paragraphText;
    font-weight: 100;
    font-size: 14px;
    color: #666;
}
.row-timeline{
    padding-bottom: 145px;
    position: relative;
}
.theme-rtl .blog-timeline-item{
    text-align: right;
}
@media (max-width: 991px) {
    .blog-timeline-item .tzblog-format img{
        width: 100%;
    }
    .timeline {
        background: none repeat scroll 0 0 #fff;
        border: 2px solid #eeeeee;
        color: #999999;
        display: block;
        font-size: 12px;
        line-height: 14.4px;
        margin: 0 0 10px 0 !important;
        padding: 10px 0 12px;
        position: relative;
        text-align: center;
        top: auto;
        width: 100%;
    }
    .blog-timeline-item{
        padding: 0 !important;
    }
    .tzblog-timeline{
        padding: 0px 0;
    }
    .tztimeline-line:before{
        display: none;
    }
    .row-timeline{
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 497px) {
    .oddeven:nth-child(even),
    .oddeven:nth-child(odd){
        margin-top: 40px;
    }
}