/* Blue Color */

a, a:visited{
    color: #4f99bc;
}

a:hover{
    color: #5eb2d9;
}

.color{
    color: #5eb2d9;
}

.button a, .button a:visited{
    background:#5eb2d9;
}

.button a:hover{
    background:#4f99bc;
}

/* Header */

header .hlinks > span{
    background: #5eb2d9;
    border: 1px solid #4f99bc;
}


/* Sidebar nav */

#nav > li > a {
    border-left: 3px solid #5eb2d9;
}

/* Sidebar page navigation */

#navi > li > a {
    border-left: 3px solid #5eb2d9;
}


/* Title */

.title i{
    color: #5eb2d9;
}


/* Recent posts carousel */

.recent-news .item h4 a span{
    color:#5eb2d9;
}

.recent-news .custom-nav a i{
    background: #5eb2d9;
}

/* Blog */

.posts .tags a{
    background:#5eb2d9;
    border:1px solid #4f99bc;
}

.posts .tags a:hover{
    background:#4f99bc;
    border:1px solid #4f99bc;
}

.paging a:hover{
    background: #5eb2d9;
    border:1px solid #4f99bc;
}

.paging .current{
    background: #5eb2d9;
    border:1px solid #4f99bc;
}

/* Sidebar */

.sidebar .widget{
    border-top: 1px solid #5eb2d9;
}


/* Career */

.nav-tabs > li > a:hover{
    background: #5eb2d9;
}


/* Back to top */

.totop a, .totop a:visited{
    background: #5eb2d9;
}

.totop a:hover{
    background: #4f99bc;
}

/* Footer */

footer{
    border-top: 4px solid #5eb2d9;
}