.btn-envelope:hover,
.btn-github:hover,
.btn-flickr:hover,
.btn-linkedin:hover {
    color: #e67e22;
}

#page-experience {
    background:#fff;
}

#page-footer{
    padding: 15px 0;
    background:#f7f7f7;
    text-align: center;
}

#page-timeline {
    background:#fff;
    padding: 75px 0;
}

.timeline-badge  {
    /*background-color: #e67e22 !important;*/
    background-color: #fff !important;
    border: 2px solid #e67e22;
}

.timeline > li > .timeline-badge {
    color: #e67e22;
    font-size: 1em;
    line-height: 10px;
    padding-top: 8px;
}

.orange, .orange:focus {
    color:#fff;
    background:#f78f33;
    border:solid thin #fff;
    padding:3px 5px;
}

.orange:hover, .orange-inverted:hover {
    color: #777;
}

.orange-inverted, .orange-inverted:focus {
    color:#f78f33;
    background:#fff;
    border:solid thin #fff;
    padding:3px 5px;
}

.popover {
    max-width: none;
}

.fa-li {
    color: #f78f33;
}

.self-avatar {
    margin-bottom: 30px;
}

/*.navbar-nav>li>a:hover {*/
a:hover {
    /*color:#e67e22;*/
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.btn.btn-clear:hover,
.btn.btn-clear.selected{
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
