﻿
.timeline {
    white-space: nowrap;
    padding: 31px 0 0px 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.entry {
    display: inline-block;
    vertical-align: top;
    background: #0f6fae;
    color: #fff;
    padding: 5px;
    font-size: 10px;
    text-align: center;
    position: relative;
    border-top: 4px solid red;
    border-radius: 3px;
    min-width: 70px;
    max-width: 200px;
    margin: 0 auto;
    cursor :pointer;
}

    .entry img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .entry:after {
        content: '';
        display: block;
        background: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 3px solid #06182E;
        position: absolute;
        left: 50%;
        top: -35px;
        margin-left: -10px;
        text-align: center;
    }

    .entry:hover::after {
        background: #e74c3c;
        width: 27px;
        height: 27px;
        margin-left: -11px;
    }

    .entry:hover::before {
        background-color: #f0592b;
    }

.inside {
    position: absolute;
    height: 6px;
     background-color: #f0592b;
    width: 115%;
    top: -27px;
    left: 0px;
}

.entry:before {
    content: '';
    display: block;
    background: #06182E;
    width: 5px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -20px;
}

.entry h1 {
    color: #fff;
    font-size: 15px;
    font-family: Georgia, serif;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 7px;
}

.entry h2 {
    letter-spacing: .2em;
    margin-bottom: 10px;
    font-size: 14px;
}

.bar {
    height: 10px;
    background-color: #6ab0de;
    width: 123%;
    position: relative;
    top: -34px;
    left: -3px;
}

#botmenu {
    /*position: fixed;*/
    width: 100%;
    /*height: 50px;*/
    /*bottom: 0px;*/
    border-radius: 2px;
    text-align: center;
}

#middle {
    background: white;
    overflow: hidden;
    /*height: 50px;*/
    padding-bottom: 3px;
}

#left {
    float: left;
    background: #f0592b;
    border: 1px solid #adadad;
}

#right {
    float: right;
    background: #f0592b;
    border: 1px solid #adadad;
}
@media (max-width: 768px) {
    .pathanabhan {height:auto;
    }
}