/**
 * @package     JMZ Timeline for Joomla!
 * @author      jumazi.com
 * @copyright   (C) Jumazi - All rights reserved
 * @license     GNU General Public License version 2 or later; see LICENSE
 */

 
.jmz-timeline-oss-wrapper{
    width: 100%;
    overflow: hidden;
	padding-bottom: 400px;
	position: relative;
    text-align: left;
    float: left;
}

.jmz-timeline-oss-wrapper:before{
    position: absolute;
    width: 4px;
    top: 0px;
    left: 50%;
	margin-left: -2px;
    content: '';
    height: 100%;
}

.jmz-timeline-oss-item{
    float: left;
    padding: 30px 0;
    width: 100%;
    clear: both;
    position: relative;
}

.jmz-timeline-oss-item .jmz-timeline-oss-circle{
	width: 200px;
	height: 200px;
}

.jmz-timeline-oss-wrapper .jmz-timeline-oss-item h3{
	margin-top: 80px;
}

.jmz-timeline-oss-left, .jmz-timeline-oss-right{
    position: relative;
    width: 50%;
    float: left;
}

.jmz-timeline-oss-left{
    padding-right: 2%;
    text-align: right;
    float: left;  
}

.jmz-timeline-oss-left .jmz-timeline-oss-circle-custom:before{
    right: 2%;   
}

.jmz-timeline-oss-left .jmz-timeline-oss-circle-custom:after{
	right: 0;
}

.jmz-timeline-oss-left .jmz-timeline-oss-circle{
    float: right;
    margin-right: 30%;
}

.jmz-timeline-oss-right{
    padding-left: 2%;
}

.jmz-timeline-oss-right .jmz-timeline-oss-circle-custom:before{
    left: 2%;   
}

.jmz-timeline-oss-right .jmz-timeline-oss-circle-custom:after{
	left: 0;
}

.jmz-timeline-oss-right .jmz-timeline-oss-circle{
    float: left;
    margin-left: 30%;
}

.jmz-timeline-oss-circle{
    border-radius: 50%;
    text-indent: -9000px;
    text-align: left;
	background-size: cover;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
	overflow: hidden;
    display: block;
}

.jmz-timeline-oss-circle-custom:before{
	width: 29%;
	height: 0px;
	-webkit-box-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0px 1px 1px #fff;
	box-shadow: 0px 1px 1px #fff;
	position: absolute;
	top: 50%;
	content: '';
	margin-top: -3px;
}

.jmz-timeline-oss-circle-custom:after{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.jmz-timeline-oss-wrapper h3{
    margin-top: 35px;
	padding: 10px 15px;
}

.jmz-timeline-oss-wrapper h3 span{
    display: block;
    padding-bottom: 20px;
}

.jmz-timeline-oss-wrapper h3 a{
	display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
}

.jmz-timeline-oss-wrapper h3 a:hover,
.jmz-timeline-oss-wrapper h3 a:focus
.jmz-timeline-oss-wrapper h3 a:active
{
	text-decoration: none;
}

.jmz-timeline-oss-wrapper .jmz-timeline-oss-left h3 p,
.jmz-timeline-oss-wrapper .jmz-timeline-oss-right h3 p{
    line-height: 1.5;
    padding-top: 5px;
    font-weight: normal;
}

.jmz-timeline-oss-mobile-tablet{
    display: none;
}


@media (max-width: 710px){    
    .jmz-timeline-oss-left, 
    .jmz-timeline-oss-right {
        width: 100%;
    }

    .jmz-timeline-oss-circle-custom:before,
    .jmz-timeline-oss-circle-custom:after{
       display: none;
    }

    .jmz-timeline-oss-left .jmz-timeline-oss-circle {
        float: none;
        margin: 0 auto;
    }

    .jmz-timeline-oss-mobile-tablet{
        display: block;
    }

    .jmz-timeline-oss-desktop-pc{
        display: none;
    }
}
