/* radiantthemes-timeline element-two */

.radiantthemes-timeline.element-two{
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item{
    position:relative;
    margin-left:0;
    margin-right:0;
    padding-bottom:20px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:last-child,
.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:only-child{
    padding-bottom:0;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:before{
    display:block;
    position:absolute;
    top:12px;
    bottom:-12px;
    left:50%;
    z-index:0;
    content:" ";
    width:1px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:after{
    display:block;
    position:absolute;
    top:12px;
    left:50%;
    z-index:1;
    content:" ";
    width:14px;
    height:14px;
    margin-left:-7px;
    border-radius:50%;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item > [class*='col-']{
    padding-left:50px;
    padding-right:50px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(odd) > [class*='col-']:first-child{
    float:right;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(odd) > [class*='col-']:last-child{
    float:left;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp{
    margin-bottom:30px;
    text-align:left;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp{
    text-align:right;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder{
    display:inline-block;
    vertical-align:top;
    padding:5px 18px 5px 18px;
    border-radius:30px;
    text-transform:uppercase;
    font-weight:500;
    font-size:13px;
    color:#fff;
    line-height:26px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder strong{
    font-weight:inherit;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-pic{
    margin-bottom:22px;
    text-align:right;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-pic{
    text-align:left;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data{
    margin-bottom:40px;
    text-align:right;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-data{
    text-align:left;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data .title{
    margin-bottom:10px;
    font-weight:400;
    font-size:18px;
    line-height:28px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data p{
    margin-bottom:20px;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:before,
    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:after{
        display:none;
    }

    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp,
    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp{
        text-align:center;
    }

    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder:after,
    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp > .holder:after{
        display:none;
    }

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:before,
    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:after{
        display:none;
    }

    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp,
    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp{
        text-align:center;
    }

    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder:after,
    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp > .holder:after{
        display:none;
    }

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:before,
    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:after{
        display:none;
    }

    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp,
    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp{
        text-align:center;
    }

    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder:after,
    .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp > .holder:after{
        display:none;
    }

}