/**
 * @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-vertical-wapper {
  overflow: hidden;
  margin: 40px auto;
  position: relative;
  background: url('../images/dot.gif') 3px top repeat-y;
  padding: 40px 0px;
  height: 600px;
}

#jmz-timeline-vertical-wapper ul, 
#jmz-timeline-vertical-wapper ol{
  margin: 0px;
  padding: 0px;
}

#jmz-timeline-dates {
  height: 600px;
  overflow: hidden;
  float: left;
}

#jmz-timeline-dates li {
  list-style: none;
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding-left: 15px;
  background: url('../images/biggerdot.png') left center no-repeat;
}

#jmz-timeline-dates a {
  line-height: 38px;
  padding-bottom: 10px;
  text-decoration: none;
}


#jmz-timeline-dates .selected {
  font-size: 20px;
}
    
#jmz-timeline-issues {
  width: 400px;
  height: 600px;
  overflow: hidden;
  float: left;
} 

#jmz-timeline-issues li {
  width: 400px;
  height: 600px;
  list-style: none;
}

#jmz-timeline-issues li.selected img.jmz-image {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

#jmz-timeline-issues li img.jmz-image {
  display: block;
  margin-bottom: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out; 
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(0.7,0.7);
  -moz-transform: scale(0.7,0.7);
  -o-transform: scale(0.7,0.7);
  -ms-transform: scale(0.7,0.7);
  transform: scale(0.7,0.7);
  margin-top: 2px;
}

#jmz-timeline-issues li img.jmz-image.jmz-circle{
  margin: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 0px;
  width: 240px;
  height: 240px;
  padding: 20px;
}


#jmz-timeline-issues li h3.jmz-title a {
  margin-top: 0px;
  text-decoration: none;
}

#jmz-timeline-issues li h3.jmz-title{
  margin-top: 0px;
}

#jmz-timeline-issues li h3.jmz-title a:hover{
  opacity: .7;
}

#jmz-timeline-issues li a.jmz-read-more{
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  padding: .4em 0.5em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}

#jmz-timeline-issues li .jmz-content{

}

#jmz-timeline-issues li a.jmz-read-more:hover{
  opacity: .7;
}


#jmz-timeline-nav-next,
#jmz-timeline-nav-prev {
 
}

#jmz-timeline-nav-next span.jmz-icon,
#jmz-timeline-nav-prev span.jmz-icon{
  font-size: 14px;
  color: #cccccc;
  border: 1px solid #cccccc;
   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}

#jmz-timeline-nav-next:hover span.jmz-icon,
#jmz-timeline-nav-prev:hover span.jmz-icon{
  color: #333333;
  border-color: #333333;
}


#jmz-timeline-nav-next,
#jmz-timeline-nav-prev {
  top: 0;
  position: absolute;
  z-index: 9999;
}

#jmz-timeline-nav-prev {
  left: 15%;
}

#jmz-timeline-nav-next{
  left: 12%; 
}

/* Reponsive for screen >= 991px */

@media screen and (max-width: 991px) {

  #vertical #jmz-timeline-vertical-wapper #jmz-timeline-nav-prev{
    left: 16.5%;
  }
}


/* Reponsive for screen >= 640px */

@media screen and (max-width: 640px) {

  #vertical #jmz-timeline-vertical-wapper #jmz-timeline-nav-prev{
    left: 16%;
  }
}

@media screen and (max-width: 570px) {
  #vertical #jmz-timeline-vertical-wapper #jmz-timeline-nav-prev{
    left: 18%;
  }
}

@media screen and (max-width: 563px) {
  #jmz-timeline-vertical-wapper #jmz-timeline-issues li{
    margin: 0 18%;
    height: auto;
    top: 6%;
    position: absolute;
    width: auto;
  }
}

/* Reponsive for screen >= 480px */

@media screen and (max-width: 480px) {
 #jmz-timeline-vertical-wapper #jmz-timeline-issues li img.jmz-image{
    max-width: 200px;
 }
}

/* Reponsive for screen >= 385px */

@media screen and (max-width: 385px) {
 #vertical #jmz-timeline-vertical-wapper #jmz-timeline-nav-prev{
    left: 20%;
 }
}