/*
*| Main CSS File
*| Web Site
*| Darren Benfer - Mokee Computer Technologies, LLC
*/

body {
    margin:0 0 130px 0;
    padding:0;
    font-family:"Open Sans";
    font-size:14px;
}

.navbar>.container .brand-img, .navbar>.container-fluid .brand-img.brand-img {
    float:left;
    height:50px;
    padding:5px 15px;
    font-size:18px;
    line-height:20px;
    text-decoration:none;
}
.navbar-default .brand-img {
    color:#777;
}

#alert-close {
    cursor:pointer;
}

#main-wrapper {
    margin-top:65px;
}

.column {
    text-align:center;
}

.footer {
    position:fixed;
    bottom:0;
    width:100%;
    background:#444;
    border-top:2px solid #444;
}

.timeline {
    position:relative;
    width:100%;
    height:45px;
    overflow:hidden;
    border-radius:5px;
}

.scroller {
    position:relative;
    overflow:hidden;
    width:100%;
    height:45px;
}

#years {
    position:relative;
    height:45px;
    white-space:nowrap;
    cursor:move;
    overflow:hidden;
}

.years-content {
    width:100%;
    height:100%;
}

.year {
    position:relative;
    display:inline-block;
    margin:0 0 0 -4px;
    padding:0;
    background:#e5e5e5;
}

.year-line {
    float:left;
    width:1px;
    height:45px;
    background:#444;
}

.year-label {
    padding-left:4px;
    color:#444;
    font-size:1em;
}

.lines {
    height: 24px;
    padding-left:14px;
    overflow:hidden;
}

.line {
    width:15px;
    height:22px;
    display:inline-block;
    border-left:1px solid #888;
}

.center-line {
    position:absolute;
    margin:0 auto;
    border-left:1px solid #e5e5e5;
    z-index:50;
}

@media (min-width: 768px) {

    .navbar>.container .brand-img, .navbar>.container-fluid .brand-img {
        margin-left:-15px;
    }

}

@media (min-width:992px) {

}

@media (min-width: 1200px) {

}