@font-face {
    font-family: 'bodoni_11bold';
    src: url('../assets/fonts/bodoni-11-bold-webfont.woff2') format('woff2'),
         url('../assets/fonts/bodoni-11-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{ font-family: 'bodoni_11bold' !important; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family:  'bodoni_11bold' !important;}

.navbar-brand .noo-logo-img, 
.navbar-brand .noo-logo-retina-img,
.navbar-brand .noo-sticky-logo-img {
    height: 45px;
    max-height: 45px;
}

.noo-header .navbar{ background: rgba(0, 0, 0, 0.90); border-bottom: none;}
.noo-header .navbar .menu-item-post-btn,
.noo-header .navbar .login-link{display: none;}
.noo-header .navbar .navbar-nav li a{ font-family: 'bodoni_11bold' !important; font-size: 15px !important; text-transform: uppercase; 
color: #ffffff; /*font-weight: 500;*/ }

.noo-header .navbar .navbar-nav li > a:hover, 
.noo-header .navbar .navbar-nav li > a:focus, 
.noo-header .navbar .navbar-nav li:hover > a, 
.noo-header .navbar .navbar-nav li.sfHover > a, 
.noo-header .navbar .navbar-nav li.current-menu-item > a {
    color: #a0a0a0;
}

.search-main-title{ text-transform: uppercase; font-size: 50px !important; font-family: 'bodoni_11bold'; font-weight:700;}

body .noo-page-heading{ padding: 30px 0; }
body .noo-page-heading .page-heading-info{margin-top: 0; }
body .noo-page-heading .page-heading-info .page-title{ font-family: 'bodoni_11bold'; font-weight:500 }

/*Featured Jobs*/
.featured-job-home .posts-loop-title h3{ text-align: center; font-size: 36px; color: #727272; text-transform: uppercase; 
	font-family: 'bodoni_11bold'; font-weight: 700; }
.featured-job-home .jobs article.featured-job{ width: 33.33%; display: inline-block; float: left; clear: none; }
.featured-job-home .jobs article.featured-job .loop-item-content{ width: 100% !important; padding-left: 10px !important; }
.featured-job-home .jobs article.featured-job .content-meta{ margin-top: 0; }
.featured-job-home .jobs article.featured-job .job-location, 
.featured-job-home .jobs article.featured-job .job-date,
.featured-job-home .jobs article.featured-job .job-category{ width: 100%; display: inline-block; padding: 3px 0; }
.featured-job-home .jobs .noo-icon-tool.noo-btn-bookmark {display: none;}
.featured-job-home .jobs article .show-view-more{ position: relative; display: inline-block; right: inherit; float: left;
width: 100%; margin-top: 10px; text-align: left; }
.featured-job-home .jobs article .show-view-more .btn-primary{background: none; color: #383838; font-size: 14px; 
	font-family: 'bodoni_11bold'; font-weight: 600; padding-left: 10px; text-transform: uppercase;}
.featured-job-home .jobs article .job-date-ago{display: none;}

/*home-sectors*/
.featured-job-home .noo-title-sc{ font-size: 36px !important; color: #727272 !important; text-transform: uppercase; 
	font-family: 'bodoni_11bold'; font-weight: 700; }
.featured-job-home .noo-job-category .category-item{margin-bottom: 20px !important;}
.featured-job-home .noo-job-category .category-item a{ border: none !important; }
.featured-job-home .noo-job-category .category-item a span.title{color: #383838; font-size: 13px !important; 
	font-family: 'bodoni_11bold'; font-weight: 600; letter-spacing: normal; text-transform: uppercase;  }
.featured-job-home .noo-job-category .category-item a .job-count{ color: #999999 !important; }





/*footer css*/
.colophon.wigetized > .container-boxed > div > div{ padding-top: 40px !important; padding-bottom: 30px !important; }
.menu-footer-menu-container .menu{text-align: center;}
.menu-footer-menu-container .menu .menu-item{ display: inline-block; padding: 0 15px; position: relative; }
.menu-footer-menu-container .menu .menu-item:after{ content: '/'; color: #ffffff; position: absolute; top: 0; right: -3px;}
.menu-footer-menu-container .menu .menu-item:last-child:after{display: none;}
.menu-footer-menu-container .menu .menu-item a{ color: #8e8e8e; }
.menu-footer-menu-container .menu .menu-item a:hover{ color: #ffffff; }




/*job details*/
.job-action a.bookmark-job-link{display: none;}
.noo-main .job-action,
.noo-page-heading .page-title .count,
.noo-page-heading .page-title .count.applications{ display: none !important; }

.noo-page-heading .noo-company-heading .noo-company-info .noo-company-info .noo-company-name .count{ display: none !important; }
.noo-page-heading .noo-company-heading .noo-company-action{ display: none !important; }
.noo-btn-bookmark{ display: none !important; }


@media only screen and (max-width : 767px) {
	.navbar-toggle.collapsed{ color: #fff !important; }
	.navbar-toggle.member-navbar-toggle{ display: none; }
	.navbar-collapse .navbar-nav{ padding-bottom: 15px; }
	.noo-header .navbar .navbar-nav li a{ padding: 5px; color: #444444; }

	/**/
	.featured-job-home .jobs article.featured-job{ width: 100%; }

}





