﻿

/*footer **********************************************/

.divFooterContact {
    float: none;
    margin-top: -90px;
    text-align:center;
    /*display: inline-block;*/
}

.divFooterContent {
    color: #ffffff;
    padding: 5px;
}

.divFooterMenu {
    position: relative;
    top: 30px;
    float: none;
    /*display: inline-block;*/
}

.divFooterCopyright {
    position: relative;
    top: 110px;
}

/* Timeline ***************************************************/

.divTimelineContLeft {
    flex: 88%;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 10px;
    left:-77px;
}

.divTimelineContRight {
    flex: 88%;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 10px;
    left: -77px;
}

.divTimelineLine {
    flex: 12%;
    background-color: #007cbb;
    position: relative;
    min-width: 75px;
}

.divTimelineImgLeft {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -50px;
    right: -175px;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    z-index: 10;
}

.divTimelineImgRight {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -50px;
    right: -175px;
    left: auto;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    z-index: 10;
}

.divTimelineDate {
    display: table-cell;
    vertical-align: bottom;
    color:#FFF;
}

