/* Colors */
#hugo h1 {
    font-size: 32px;
}
#hugo #details i::before {
    color: #e74c3c;
}
#hugo #top-navigation .ident .vc-photo {
    min-height: 700px;
}
#hugo #top-navigation .menuitem a i {
    padding-top: 26px;
}
#hugo #top-navigation .menuitem a i:before {
    font-size: 25px;
}
#hugo #top-navigation .menuitem a span {
    font-size: 13px;
}
#hugo .owl-carousel .item .feat-post {
    position: absolute;
}
#hugo .owl-carousel .item .feat-post .feat-wrapper {
    position: relative;
    left: -50%;
    background: transparent;
    padding: 24px;
}
#hugo .owl-carousel .item .feat-post .feat-wrapper .feat-metas {
    background: transparent;
    padding: 32px;
    font-size: 12px;
    color: #676767;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
#hugo .owl-carousel .item .feat-post.right {
    left: 70%;
    top: 32%;
}
#hugo .owl-carousel .item .feat-post.left {
    left: 30%;
    top: 32%;
}
#hugo #details i::before {
    margin-left: 0;
}

/* Timeline */
.timeline img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    height: auto;
    border: solid 1px #c5c5c5;
}

.photo-03 {
    background: url('../img/profile-pic.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
}

.timeline-michael-01 {
    background: url('../../images/layouts/michael/timeline/01.jpg');
    background-position: center;
    background-size: cover;
}

.timeline-michael-02 {
    background: url('../../images/layouts/michael/timeline/02.jpg');
    background-position: center;
    background-size: cover;
}

.timeline-michael-03 {
    background: url('../../images/layouts/michael/timeline/03.jpg');
    background-position: center;
    background-size: cover;
}

.timeline-michael-04 {
    background: url('../../images/layouts/michael/timeline/04.jpg');
    background-position: center;
    background-size: cover;
}
