#eb_logo{
    display:block;
}
.pageTitle.home {
    background-image: url(https://www2.eurobrussels.com/images/eb_hero_bg.jpg);
}

.pageTitle {
    background-image: url(https://www2.eurobrussels.com/images/eb_hero_bg_fade.jpg);
}

.btn:hover:not([disabled]){
    background: #FF9800;
    color:white;
}
.btn.callToAction{
    background: #FF9800;
}
.btn.callToAction:hover{
    background: #244c99;
    color: #fff;
}
.contentSection .advertiseSubSection .btn {
    background: #FF9800;
}
.widget .btn:hover{
    background: #FF9800;
}
.navbar-nav li.jobseeker a {
    background: #FF9800;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: #FF9800;
}
.dropdown-menu>li>a:hover {
    background-color: #FF9800;
}
#jobListingAlertWrapper {
    background-color: #FF9800;
}

body{
    background: url(https://www2.eurobrussels.com/images/eb_site_background.jpg) center bottom repeat-x fixed rgb(255, 255, 255);
}

.searchList li.highlightedJobContainer {
    border: 2px solid #FF9800;
}
.searchList li.highlightedJobContainer:hover {
    border: 2px solid #FF9800;
}
.jobNav a:hover:not(.btn){
    color: #FF9800;
}
.jobTag {
    background-color: #FF9800;
}
.widget .savedJobs .fa{
    color: #ED9830;
}
#jobListingAlertWrapper {
    background-color: #FF9800;
}
.postJob .highVisibility {
    border: solid 3px #ED9830;
}
.postJob .highVisibility ul.highVisList li {
    list-style-image: url("https://www2.eurobrussels.com/images/orange_tick_bullet.png");
}
.postJob .packages li {
    list-style-image: url("https://www2.eurobrussels.com/images/orange_circle_bullet.png");
}
.searchList a.jobSaved:hover, .searchList a.jobSave:hover {
    color: #ED9830;
}
.searchList a.jobSaved {
    color: #ED9830;
}

/* CSS for website stats section */
.websiteStats p.stat {
    font-size:30px;
    text-align:left;
}
.websiteStats p.statDetail{
    font-size:18px;
    margin-top:-20px;
    margin-left:60px;
    text-align:left;
}
.websiteStats i.fa-user {
    padding:10px 13px;
}
.websiteStats i.fa-search {
    padding:10px 11px;
}
.websiteStats i.fa-envelope {
    padding:10px;
}
.websiteStats i {
    background-color:#FF9800;
}

.feedback-button:hover{
    background-color: #FF9800;
}

.contentSection.highlight{
    border-color: #FF9800;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .header .logo {
        margin-top: 10px;
    }
}