
/*TIMELINE ELEMENT STYLES*/

.timeline {
    white-space:nowrap;
    padding:0 0 10px 0;
    position:relative;
}
#timeline-wrap .ib-main-wrapper {padding-left: 20px;}

.entry {
    display:inline-block;
    vertical-align:top;
    background:#252525;
    color:#fff;
    font-size:12px;
    text-align:center;
    position:relative;
    padding: 15px;
    /*border-top:4px solid #ccc;*/
    border-radius:0px;
    min-width:100px;
    max-width:300px;
    margin-left: 15px;
    margin-right: 15px;
}

.entry img {
    display:block;
    max-width:210px;
    height:auto;
    opacity: 1 !important;
}

.entry:after {    
  background: none repeat scroll 0 0 #eee;
    border: 3px solid #ccc;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: -25px;
    width: 12px;
    display: none;
}

.entry:before {
    content:'';
    display:none;
    background:#ccc;
    width:5px;
    height:20px;
    position:absolute;
    left:50%;
    top:-20px;
    margin-left:-5px;
}
.entry-blank{
  padding: 0;
}
.entry-blank:before, .entry-blank:after{
  display: none;
}
.entry h1 {
    color:#fff;
    font-size:11px;
    line-height: 11px;
    font-weight:normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding: 5px;
    padding-top: 8px;
    display: none;
}
.entry h3 {
    opacity: 1;
    color:#fff;
    font-size:13px;
    line-height: 21px;
    padding-top: 10px;
    font-weight:normal;
    margin-bottom:10px;
    margin-bottom: 0;
    font-style: normal;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.entry:hover h3 {
    opacity: 1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}


.entry p {
  margin-bottom: 0;
}

.gallery-timeline .entry{
    background-color: transparent;
    padding: 0;
}
.timeline-item .entry a{
    background-color: transparent;
}
.gallery-timeline .entry h1{
}
.bar {
    height:4px;
    background:#ccc;
    width:100%;
    position:relative;
    top:13px;
    left:0;
}
.timeline-legend{
  list-style: none;
  margin: 0;
}
.timeline-legend li, .timeline-item{
  margin-top: 0;
  margin-bottom: 40px;
}
.timeline h1 {font-size: 18px; text-transform: uppercase; padding-left: 15px; text-align: left;}
.timeline-item{
}
.timeline-item:last-child{
}
.timeline-legend li h6{
  font-size: 14px;
  line-height: 21px;
}
.timeline-switcher-links{
    padding: 15px;
}
.timeline-switcher-links a{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 21px;
    margin-left: 10px;
}
.timeline-switcher-links a:hover{
    color: #fff;
}
.timeline-switcher-links a:after{
    content: ' / ';
    font-size: 14px;
    line-height: 21px;
    margin-left: 10px;
    color: #444 !important;
}
.timeline-switcher-links a:last-child:after{
    display: none;
}


.ib-main-wrapper.mob-yes{
  overflow-x:scroll !important;
  overflow-y:scroll !important;
}

