.container#milestone{
    width: 100%;
    position: relative;
}
.clr{
    clear: both;
}

#milestone h2.ss-subtitle{
    padding: 10px 10px 40px;
    font-size: 52px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#milestone h2.ss-subtitle:before{
    width: 4px;
    height: 40px;
    background: rgba(17,17,22,0.8);
    content: '';
    position: absolute;
    right: 75%;
    margin-right: -4px;
    bottom: -4px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}
#milestone h2.ss-subtitle:after{
    width: 25%;
    height: 0px;
    border-bottom: 4px dotted rgba(17,17,22,0.8);
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -1px;
    bottom: -4px;
}
#milestone .ss-links{
    position: fixed;
    z-index: 100;
    top: 60px;
    width: 40px;
}
#milestone .ss-links a{
    background: rgba(0,0,0,0.35);
    font-size: 0.85em;
    width: 8px;
    height: 8px;
    line-height: 8px;
    margin: 15px auto;
    /*float: left;*/
    border-radius: 50%;
    display: block;
    text-align: center;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear;
    color: #fff;
}
#milestone .ss-links a:nth-child(5n+1) {width: 40px; height: 40px; line-height: 40px; text-indent:0;}
#milestone .ss-links a:nth-child(5n+1) span{ padding: 5px 0 0 0;}
#milestone .ss-links a:hover{
    background: rgba(0,0,0,0.9);
}
#milestone .ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
    overflow: hidden;
    padding-bottom: 50px;
}
#milestone .ss-container h2{
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #fff;
    padding: 20px 0px;
}


#milestone .ss-container:before{
    position: absolute;
    width: 1px;
    background: rgba(172, 172, 172, 0.8);
    top: 0px;
    left: 50%;
    margin-left: -1px;
    content: '';
    height: 100%;
}
#milestone .ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 11px 0;
}
#milestone .ss-left, #milestone .ss-right{
    float: left;
    width: 50%;
    position: relative;
    min-height: 20px;
}
#milestone .ss-right{
    /*padding-left: 2%;*/
}
#milestone .ss-left{
    text-align: right;
    float: left;
}
#milestone .ss-circle{
    overflow: hidden;
    display: block;
    text-indent: -9000px;
    text-align: left;
    -moz-box-shadow: 
        0px 2px 5px rgba(0,0,0,0.7) inset, 
        0px 0px 0px 12px rgba(61,64,85,0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: static;
}

#milestone .ss-medium .ss-circle{
    height:auto;
    width:100%;
}

#milestone .ss-circle .floR{ float: right; margin-right: 25px;}
#milestone .ss-circle .floL{float: left;}
#milestone .year{ font-family: Times; text-transform: uppercase; color: rgba(255,255,255,1); width: 10px; text-align: center; position: relative; background: #009474; height: 10px; display: inline-block; /*box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);*/}
#milestone .ss-left .year{ float: right; margin: 6px -5px 0 20px;;}
#milestone .ss-right .year{float: left;margin: 6px 20px 0-5px;}
#milestone h4{ font-weight: bold; text-align: left; margin: 0;}
#milestone .list{ margin: 0; padding: 0; list-style: none; margin-left: 25px; line-height: 1.8em; }
#milestone .list li{ margin: 0; padding: 0; display: block;}
#milestone .list.left{
    margin-right: 25px;}

.ss-right .ss-circle{
    float: left;
    margin-left: 25px;
}
.ss-container h3{
    margin-left: 0%;
}
.ss-container .ss-medium h3{
    padding: 0;
    margin: 0;
}

.ss-container .ss-left h3{
    width: 100%;
    float: right;
}
.ss-container .ss-right h3{
    width: 100%;
    float: left;
}
.ss-container h3 span{
    display: block;
    font-family: -webkit-pictograph;
}

/*@media only screen and (max-width: 992px) { 
    #milestone .txt{ width: 100%; font-size: 0.8em;}
}*/
@media only screen and (max-width: 680px) { 
    #milestone .ss-links a:nth-child(5n+1){ width: 10px; height: 10px; margin: 5px 4px; text-indent: -9999px;}
    #milestone .ss-links a:nth-child(5n+1) span{ text-indent: 0;}
    #milestone .ss-links { top: 70px; }
    #milestone .ss-links a{ margin: 5px; width: 7px; height: 7px;}
    #milestone .ss-row{ padding: 15% 0;}
    #milestone .ss-left, #milestone .ss-right{ width: 100%; float: left;}
    #milestone .ss-circle .floR, #milestone .ss-circle .floL{ width: 100%; height: auto;}
    #milestone .ss-right .txt,
    #milestone .ss-left .txt{ width: 100%; font-size: 0.8em; margin: 0; text-align: left}
    #milestone .ss-container:before{display:none;}
    #milestone .year{ background: none; color: #333; height: 19px; margin: 3%; padding: 0 0 0 15px; text-align: left}
    #milestone .greenDot{ left: 0; top: 9px;}
    #milestone .ss-left .year {
float: left;
}
}
