@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	/*font-family: 'Open Sans', 'sans-serif', Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto';
	background: #f7f7f7;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	/*font-family: 'Raleway', sans-serif;*/
	font-family:inherit;
}
ul, ol, li, p {
	margin: 0;
	padding: 0;
}
a, li {
	transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s;
	-ms-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
}
.clear {
	clear: both;
}
.siteWraper {
	margin: 0;
}
img {
	max-width: 100%;
}
.topheader {
	box-shadow:0 2px 2px #cccccc;
	background: #fff;
	position:relative;
}
.topheader .regBtn {
	background: #444;
	border: none;
	padding: 17px 15px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin: 0;
	cursor: pointer;
}
.topheader .logout {
	/*background: #444;*/
	border: none;
	padding: 17px 15px;
	color: #0093d8;
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin: 0;
	cursor: pointer;
}
.usertopbtn {
	text-align: right;
}
.usertopbtn a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 16px 20px;
	float: right;
	font-weight: 600;
}
.usertopbtn .lookingbtn {
	background: #e0d53b;
}
.usertopbtn .hiringbtn {
	background: #1ba6df;
}
.usertopbtn a.loginBtn {
	background: none;
	color: #444;
}
.usertopbtn a.username {
	color: #1ba6df;
	float: none;
}
.topheader .col-md-3 {
	position: relative;
}
.topheader .registerPopup {
	position: absolute;
	top: 60px;
	right: 15px;
	background: #fff;
	box-shadow: 2px 2px rgba(255,255,255,0.5);
	padding: 15px;
	z-index: 1000;
	width: 400px;
	display: none;
}
.topheader .registerPopup .poparrow {
	background: url(../images/poparrow.png) no-repeat 0 0;
	width: 18px;
	height: 19px;
	margin-top: -33px;
	float: right;
}
.topheader .registerPopup .popuphead {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.topheader .registerPopup a {
	text-align: center;
}
.topheader .registerPopup .lookingbtn {
	background: #1ba6df;
	border-bottom: 3px solid #d34f00;
	border-radius: 3px;
	padding: 0 20px;
	color: #23527c;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	display: block;
}
.topheader .registerPopup .lookingbtn:hover {
	background: #ff7826;
	text-decoration: none;
}
.topheader .registerPopup .hiringbtn {
	background: #444;
	border-bottom: 3px solid #222;
	border-radius: 3px;
	padding: 8px 20px;
	color: #23527c;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}
.topheader .registerPopup .hiringbtn:hover {
	background: #ddd;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a {
	color: #555;
}
.top-colSection {
	/*background: url(../images/search-bg.jpg) repeat-x;*/
	background:url(../images/map.jpg) no-repeat center;	
	padding: 40px 0; color:#fff!important;
}
.top-colSection h1, .top-colSection h2, .top-colSection h3, .top-colSection h4 {
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	font-size: 18px;
	color: #23527c;
	text-shadow: 1px 1px #000;
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #444;
}
.employersection {
	margin: 0;
	text-align: center;
}
.candidatesection {
}
.empheading {
	text-align: center;
	font-size: 24px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
}
.top-colSection .form-control {
	padding: 15px 15px;
	height: auto;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	width: 100%;
	border-radius: 0;
}
.top-colSection p {
	font-size: 14px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	margin-top: 5px;
	color: #23527c;
}
.candidatesection div {
	padding: 0 1px;
}
.candidatesection h1 {
	text-align: center;
	font-size: 36px;
	color: #23527c;
	margin: 0 0 30px 0
}
.candidatesection h1 span {
	display: block;
}
.candidatesection h3 {
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin: 20 0 0 0
}
.top-colSection .btn {	
	/*background: #1ba6df;*/
	border: none;
	padding: 14px 18px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	border-radius: 0;
}
.top-colSection .btn:hover {
	/*background: #1ba6df;*/
	background: #495f01;
	text-decoration: none;
}
.top-colSection .postjobbtn {
	background: #1ba6df;
	padding: 14px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	border: none;
	border-radius: 0;
}
.top-colSection .postjobbtn:hover {
	background: #eee;
	text-decoration: none;
}
.employersection .col-xs-10, .candidatesection .col-xs-10 {
	padding-right: 0;
}
.employersection .col-xs-2, .candidatesection .col-xs-2 {
	padding-left: 0;
	padding-right: 0;
}
.candidatesection .col-xs-2 input[type="submit"] {
	margin-left: 0;
}
.employersection .col-xs-2 input[type="submit"] {
	margin-left: 0;
	background: #ccc;
	border: none;
	border-bottom: 3px solid #999;
	border-radius: 3px;
	padding: 0 8px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: 10px 0 0 0;
	line-height: 35px;
}
/*Latest*/

.boxwraper {
	border: 1px solid #cdcdcd;
	background: #fff;
	margin-bottom: 20px;
}
.boxwraper .titlebar {
	font-size: 18px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 15px;
	font-weight: bold;
	color: #444;
	background: #f9f9f9;
}
.boxwraper .titlebar strong {
	font-size: 13px;
	font-weight: bold;
	color: #969696;
	padding-right: 10px;
}
.boxwraper .titlebar a {
	font-size: 13px;
	color: #91bf00;
	padding-left: 10px;
	font-weight: bold;
}
.boxwraper .titlebar .text-right {
	font-size: 12px;
	color: #777;
}
.latestjobs {
	padding: 50px 0;
}
.latestjobs .joblist {
	list-style: none;
}
.latestjobs .joblist .col-md-12 .intlist {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	min-height: 75px;
}
.latestjobs .joblist .thumbnail {
	background: none;
	margin: 0;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.latestjobs .joblist .thumbnail img {
	border-radius: 50%;
}
.latestjobs .joblist .col-md-12 .intlist:hover .thumbnail {
	border: 1px solid #999;
}
.latestjobs .joblist .jobtitle {
	font-size: 18px;
	color: #000;
	display: block;
}
.latestjobs .joblist .col-xs-2 {
	padding-right: 0;
	padding-left: 0;
}
.latestjobs .joblist .col-xs-6 {
	padding-left: 0;
}
.latestjobs .joblist .col-xs-6 span {
	color: #999;
	font-size: 12px;
}
.latestjobs .joblist .col-xs-6 span a {
	color: #7da400;
}
.latestjobs .joblist .col-xs-6 span a:hover {
	color: #999;
}
.latestjobs .joblist li .applybtn {
	background: #7da400;
	border-radius: 0;
	padding: 8px 15px;
	color: #fff;
	float: right;
	margin-top: 8px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	transition: none;
	text-transform: uppercase;
}
.latestjobs .joblist li .applybtn:hover {
	background: #555;
	text-decoration: none;
}
.latestjobs .joblist li .date {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	margin: 5px 0 0 0;
	color: #999;
}
.latestjobs .joblist li .intlist {
	background: #fff;
	padding: 15px;
	margin-top: 30px;
	border: 1px solid #eaeaea;
	min-height: 104px;
}
.latestjobs .joblist li .intlist:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-color: #ddd;
}
.latestjobs ul li {
	height:120px;	
}
.searchlist {
	margin: 0;
	list-style: none;
}
.searchlist .thumbnail {
	background: none;
	margin: 0;
	overflow: hidden;
	text-align: center;
	border-radius: 0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #eee;
}
.searchlist .jobtitle {
	font-size: 16px;
	color: #1ba6df;
	display: block;
}
.searchlist .location {
	margin: 0;
	font-size: 12px;
}
.searchlist .location span {
	color: #999;
	font-size: 13px;
}
.searchlist .location a {
	color: #7da400;
}
.searchlist .location a:hover {
	color: #999;
}
.searchlist .devtitle {
	font-size: 16px;
	color: #1ba6df;
}
.searchlist .aboutloc {
	font-size: 12px;
	color: #888;
}
.searchlist .keyword {
	background: #eee;
	border-radius: 2px;
	font-size: 12px;
	padding: 4px 10px;
	display: inline-block;
	margin: 2px;
	color: #333;
}
.searchlist .keyword:hover {
	background: #0093d8;
	color: #fff;
	text-decoration: none;
}
.searchlist .devinfo {
	font-size: 12px;
	margin-bottom: 3px;
}
.searchlist .devexp {
	font-size: 12px;
	margin-bottom: 3px;
	color: #74B300;
}
.searchlist .devedu {
	font-size: 12px;
	margin-bottom: 3px;
	color: #AE0004;
}
.searchlist p {
	font-size: 13px;
	margin: 5px 0 0 0;
	color: #555;
	line-height: 22px;
}
.searchlist li {
	border: 1px solid #ddd;
	background: #fff;
	margin-top: 30px;
	padding: 15px;
}
.searchlist .col-md-5 .applybtn, .searchlist .col-md-4 .applybtn {
	background: #1ba6df;
	border-radius: 0;
	padding: 8px 15px;
	color: #fff;
	float: right;
	margin-top: 8px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	transition: none;
	text-transform: uppercase;
}
.searchlist .col-md-5 .applybtn:hover, .searchlist .col-md-4 .applybtn:hover {
	background: #555;
	text-decoration: none;
}
.searchlist .col-md-5 .date {
	float: right;
	font-size: 13px;
	text-align: center;
	margin: 15px 10px 0 0;
	color: #428bca;
}
.searchlist .col-md-7, .searchlist .col-md-8 {
	padding-left: 0;
}
.searchlist .col-md-2 {
	padding-right: 0;
}
.searchlist .col-md-9 .date, .searchlist .col-md-9 .date {
	margin: 0;
}
.searchlist .col-md-4 .applybtn {
	margin-top: 0 !important;
}
.titlebar {
	text-align: center;
	margin-bottom: 30px;
}
.titlebar h2 {
	font-size:36px;
	font-weight: 500;
	text-transform:uppercase;
	margin: 0 0 10px 0
}
.toptitlebar {
	background: #fff;
	padding: 15px;
}
/*Employee List*/
.columswrp {
	margin-top: 5px;
}
.topemployerwrap {
	background: #fff;
	padding: 50px 0
}
.employersList {
	list-style: none;
	margin: 10px -10px;
}
.employersList li {
	float: left;
	width: 10%;
	height: 60px;
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 10px;
	text-align: center;
}
.employersList li a {
	display: block;
	text-align: center;
	padding: 4px;
}
.employersList li:hover {
	border: 1px solid #999;
}
.employersList li img {
	max-width: 100%;
	max-height: 50px;
}
.advertise {
	/*border: 1px solid #cdcdcd;
	background: #fff;
	border-radius: 5px;
	text-align: center;	
	font-size: 20px;
	font-weight: bold;
	color: #666;
	max-width: 748px;*/
	padding: 10px;
	margin: 0 auto;
}
.featureJobs {
	list-style: none;
}
.featureJobs li {
	margin-top: 15px;
}
.featureJobs li .compnyinfo {
	float: left;
	width: 68%;
}
.featureJobs li a {
	display: block;
	font-size: 18px;
	color: #222;
}
.featureJobs li a:hover {
	color: #1ba6df;
}
.featureJobs li span a {
	display: inline;
	font-size: 12px;
	color: #1ba6df;
}
.featureJobs li .date {
	float: right;
	width: 30%;
	text-align: center;
	font-size: 12px;
	color: #999;
}
.featureJobs li span {
	font-size: 12px;
	color: #999;
}
.featureJobs li .intbox {
	background: #fff;
	padding: 15px;
}
.featureJobs li .intbox:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
/*Testimonial*/
.testimonials {
	list-style: none;
	margin: 0;
}
.testimonials li {
	text-align: center;
	padding: 15px 15px;
}
.testimonials li img {
	margin-bottom: 5px;
}
.testimonials li .titleh1 {
	font-size: 13px;
	font-weight: bold;
	color: #777;
}
.testimonials li .captionh3 {
	font-size: 13px;
	color: #999;
	margin-bottom: 10px;
}
.testimonials li p {
	font-size: 13px;
	font-style: italic;
	color: #888;
	line-height: 18px;
}
/*Right Column*/

.rightcol {
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
}
.rightcol .addright {
	margin-top: 10px;
	text-align: center;
}
/*Cities*/
.citiesWrap {
	background: #fff;
	padding: 50px 0;
}
.citiesWrap .citiesList {
	list-style: none;
}
.citiesWrap .citiesList li {
	margin-top: 10px;
}
.citiesWrap .citiesList li a {
	color: #333;
	font-size: 18px;
	padding: 5px 0;
}
.citiesWrap .citiesList li a:hover {
	text-decoration: none;
	color: #1ba6df;
}
.citiesWrap .citiesList li a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-right: 8px;
	font-size: 20px;
}
/*Featured*/
.featuredWrap {
	padding: 50px 0;
}
.innerpageWrap {
	padding: 40px 0 20px 0;
}
/*Left Col*/

.secondary {
	margin: 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #e4e4e4;
}
.secondary .widget {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.secondary .widget .widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin: 0 0 15px 0;
}
.secondary .nav>li>a {
	padding: 5px 0;
	font-size: 12px;
	color: #333;
}
.secondary .nav>li>a:hover {
	color: #1ba6df;
	background: none;
}
.nav-stacked>li:hover .badge {
	background: #fff;
}
.secondary .boxwraper {
	margin-bottom: 15px;
}
.searchjoblist.col-md-10 {
	padding-right: 0;
}
.paginationWrap {
	text-align: right;
	padding-top: 20px;
}
/*Detail Page*/

.detailinfo {
	margin-top: 20px;
}
.companyinfoWrp {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0;
	position: relative;
}
.companyinfoWrp .socialWedget {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 150px;
	z-index: 4;
}
.companyinfoWrp .jobname {
	font-size: 24px;
	color: #FF6B01;
	margin: 0 0 15px 0;
	padding: 0;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
}
.companyinfoWrp .companylogo {
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
}
.companyinfoWrp .jobthumb {
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
	border-radius: 3px;
	margin-top: 10px;
	padding: 3px;
}
.companyinfoWrp .jobloc {
	margin-top: 10px;
}
.companyinfoWrp .location {
	margin: 0;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}
.companyinfoWrp .location span {
	color: #999;
	font-size: 13px;
}
.companyinfoWrp .location a {
	color: #7da400;
}
.companyinfoWrp .location a:hover {
	color: #999;
}
.companyinfoWrp .companyname {
	font-size: 16px;
	color: #0093d8;
	margin: 0;
	padding: 0;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	display: block;
}
.companyinfoWrp .currentopen {
	font-size: 13px;
	color: #000;
	display: block;
	text-decoration: underline;
	margin-top: 5px;
}
.companyinfoWrp .comtxt {
	padding: 7px 0;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}
.companyinfoWrp .comtxt span {
	display: block;
	color: #888;
}
.companyinfoWrp .comtxt strong {
	font-weight: bold;
}
/*User Profile*/

.userinfoWrp {
	padding: 15px;
	background: #fff;
	border: 5px solid #ddd;
	border-radius: 4px;
	margin: 0;
}
.userinfoWrp .col-md-2 {
	border: 1px solid #ddd;
}
.userinfoWrp .col-md-2 img {
	width: 100%;
}
.userinfoWrp .username {
	font-size: 18px;
	font-weight: bold;
	color: #0093d8;
	margin: 0 0 5px 0;
	padding: 0;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
}
.userinfoWrp .col-sm-3 {
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
	border-radius: 3px;
}
.userinfoWrp .location {
	margin: 0;
	font-size: 12px;
}
.userinfoWrp .location span {
	color: #999;
	font-size: 13px;
}
.userinfoWrp .location a {
	color: #7da400;
}
.userinfoWrp .location a:hover {
	color: #999;
}
.userinfoWrp .companyname {
	font-size: 16px;
	color: #0093d8;
	margin: 0;
	padding: 0;
	/*font-family: 'Open Sans', 'sans-serif';*/
	display: block;
}
.userinfoWrp .currentopen {
	font-size: 13px;
	color: #000;
	display: block;
	text-decoration: underline;
	margin-top: 5px;
}
.userinfoWrp .comtxt {
	padding: 0;
	font-size: 14px;
}
.userinfoWrp .comtxt span {
	display: block;
}
.userinfoWrp .comtxt strong {
	background: #eee;
	padding: 3px 10px;
	border-radius: 2px;
	border-bottom: 2px solid #ddd;
	font-weight: bold;
}
.userinfoWrp .comtxt-blue {
	padding: 0;
	font-size: 14px;
	color: #0093d8;
}
.socialemp {
	margin-top: 5px;
}
.socialemp a {
	font-size: 24px;
}
.socialemp a:hover {
	color: #000;
}
.userinfoWrp .usercel {
	padding: 4px 0;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}
.userinfoWrp .editLink {
	font-size: 12px;
	margin-top: 10px;
	display: block;
}
.userinfoWrp .editLink i {
	color: #3CA7FF
}
.editlink {
	background: #fff;
	padding: 3px 4px 3px 4px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.editlink i {
	color: #3CA7FF
}
.innerbox2 {
	border: 1px solid #cdcdcd;
	background: #fff;
	margin-top: 20px;
}
.innerbox2 .titlebar {
	font-size: 18px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 15px;
	font-weight: bold;
	color: #444;
	text-align: left;
	background: #eee;
}
.innerbox2 .titlebar strong {
	font-size: 13px;
	font-weight: bold;
	color: #969696;
	padding-right: 10px;
}
.innerbox2 .titlebar a {
	font-size: 13px;
	color: #428bca;
	padding-left: 7px;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
}
.innerbox2 .titlebar a:hover i {
	color: #73C914;
}
.innerbox2 .titlebar .text-right {
	font-size: 12px;
	color: #777;
}
.experiance {
	padding: 10px 15px;
}
.experiance h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 15px;
}
.experiance .useradon {
	list-style: none;
}
.experiance .useradon li {
	border-top: 1px dashed #ddd;
	padding: 3px 5px;
	font-size: 14px;
}
.experiance .useradon li.company {
	color: #0093d8;
	font-size: 16px;
}
.experiance .expbox {
	position: relative;
}
.experiance .expbox .action {
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
}
.myjobList {
	list-style: none;
}
.myjobList li {
	border-bottom: 1px dashed #ddd;
	margin: 0 10px;
	padding: 5px 0;
}
.myjobList li a {
	font-size: 16px;
}
.myjobList li .col-md-4 i {
	font-size: 20px;
	color: #0968AE;
}
.actionBox {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.actionBox h4 {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-shadow: 1px 1px #fff;
	margin: 0;
}
.actionBox p {
	font-size: 14px;
	color: #444;
	text-shadow: 1px 1px #fff;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	margin-top: 5px;
}
.actionBox .applyjob {
	background: #1ba6df;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: 5px 0 0 10px;
	line-height: 35px;
}
.actionBox .applyjob:hover {
	background: #333;
	border-bottom: 3px solid #111;
	text-decoration: none;
}
.actionBox .applyjob span {
	display: block;
	padding: 0 25px;
	border-radius: 3px;
}
.actionBox .refferbtn {
	background: #333;
	border-bottom: 3px solid #111;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 35px;
	margin: 5px 0 0 10px;
	cursor: pointer;
}
.actionBox .refferbtn:hover {
	background: #1ba6df;
	text-decoration: none;
	border-bottom: 3px solid #d34f00;
}
.actionBox .refferbtn span {
	display: block;
	padding: 0 25px;
	border-radius: 3px;
}
.footeraction {
	background: #eee;
	padding: 15px;
}
.detailinfo .boxwraper {
}
.detailinfo .titlebar {
	padding: 7px 15px;
	text-align: left;
}
.mapbox {
	padding: 5px;
	border: 1px solid #ddd;
	margin: 15px 0;
	background: #fff;
}
.mapbox iframe {
	display: block;
}
.reqlist {
	margin: 10px 0 0 20px;
	padding: 0;
	list-style: none;
}
.reqlist li {
	border-bottom: 1px solid #eee;
	padding: 3px 0;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	font-size: 13px;
}
.reqlist li .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}
.jobdescription {
	margin: 0 15px;
	padding-bottom: 10px;
}
.jobdescription .subtitlebar {
	padding: 7px 0;
	font-size: 18px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	font-weight: bold;
	margin-top: 20px;
}
.jobdescription .skillBox {
	padding: 15px;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 18px;
}
.jobdescription p {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}
.companydescription {
	padding: 10px 15px;
}
.companydescription .subtitlebar {
	padding: 7px 0;
	font-size: 18px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	font-weight: bold;
}
.companydescription .skillBox {
	padding: 15px;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 18px;
}
.companydescription p {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}
.skillDetail {
	list-style: none;
}
.skillDetail li {
	float: left;
	background: #eee;
	border-radius: 3px;
	padding: 5px 12px;
	font-size: 12px;
	margin: 5px 10px 5px 3px;
	color: #333;
	position: relative;
}
.skillDetail li .delete {
	position: absolute;
	top: -7px;
	right: -5px;
	z-index: 1000;
}
.skillDetail li .delete i {
	font-size: 15px;
	color: #999
}
.skillDetail li .delete i:hover {
	font-size: 14px;
	color: #BB0004
}
.skillDetail li a {
	color: #333;
}
.skillDetail li:hover {
	background: #0093d8;
	color: #fff;
}
.skillDetail li a:hover {
	color: #fff;
	text-decoration: none;
}
/*Register*/

.formwraper {
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
}
.formwraper .titlehead {
	background: #1ba6df;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
}
.formwraper .formint {
	padding: 15px;
}
.formwraper .input-group {
	margin-bottom: 10px;
	width: 82%;
}
.formwraper .input-group-addon {
	width: 35%;
}
.formwraper .input-group select {
	width: auto;
	margin-right: 5px;
}
.formwraper .input-group-addon span {
	color: #FF040B;
}
.formwraper .formint .btn {
	background: #1ba6df;
	border-color: #1ba6df;
}
.formwraper .formsparator {
	background: #eee;
	margin: 10px 0;
	padding: 15px 0;
}
.formwraper .splabl {
	float: left;
	font-size: 14px;
	padding: 5px 0;
	width: 40px;
}
.formwraper p {
	font-size: 11px;
}
.errowbox {
	background: url(../images/errorarow.png) no-repeat 5px 22px;
	padding-bottom: 8px;
	position: absolute;
	top: -15px;
	right: -100px;
	z-index: 100;
}
.errowbox .erormsg {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #FFF;
	padding: 0 10px;
	background: #ff0000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
/*Company Profile*/

.companyWrap {
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 4px;
}
/*Login*/

.innerpages {
	min-height: 360px;
}
.loginbox {
	background: #fff;
	padding: 10px;
	margin-top: 50px;
	border: 1px solid #ddd;
}
.loginbox .row {
	padding-top: 10px;
	font-size: 12px;
}
.loginbox h3 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.loginbox .input-group-addon {
	padding: 6px 0;
}
.loginbox .btn {
	background: #1ba6df;
	border-color: #1ba6df;
}
.signupbox {
 
	text-align: center;
}
.signupbox h4 {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	font-size: 18px
}
.signupbox .arrowleft {
	background: url(../images/arrows2.png) no-repeat 0 0;
	width: 36px;
	height: 48px;
}
.signupbox .arrowright {
	background: url(../images/arrows2.png) no-repeat -36px 0;
	width: 36px;
	height: 48px;
}
/*.signupbox a {
	margin: 15px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 20px;
	background: #1ba6df;
	border-color: #1ba6df;
}*/
.dashiconwrp {/*margin-top:20px;*/
}
.featurlist {
	list-style: none;
	margin-bottom: 0;
}
.featurlist li {
}
.featurlist li .innerfetbox {
	margin-bottom: 12px;
	padding: 5px 15px;
	display: block;
	color: #fff;
	background-color: #1ba6df;
	border-radius: 5px;
	transition: 0.5s ease;
	-web-kit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.featurlist li .innerfetbox:hover, .featurlist li .innerfetbox.active {
	box-shadow: 0 0 5px #CCC;
	text-decoration: none;
	color: #fff;
	background: #333;
}
.featurlist li span {
	font-size: 14px;
	font-weight: bold;
}
.featurlist li i {
	font-size: 30px;
	width: 35px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 3px;
}
.featurlist li .innerfetbox:hover i, .featurlist li .innerfetbox.active i {
	color: #fff;
}
.pagetitlebar {
	font-size: 20px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	border: 1px solid #cdcdcd;
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: bold;
	color: #444;
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0, #ffffff),  color-stop(1, #eeeeee)  );
	background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 100%);
	background-image: -moz-linear-gradient(bottom, #ffffff 0%, #eeeeee 100%);
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #eeeeee 100%);
	background-image: -ms-linear-gradient(bottom, #ffffff 0%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	margin-bottom: 15px;
}
.pagetitlebar i {
	font-size: 24px;
}
.edit-ico {
	color: #3CA7FF;
}
.delete-ico {
	color: #F00006;
}
.green-ico {
	color: #7da400;
}
.loginusertxt {
	margin: 17px 10px 0 0;
	font-size: 12px;
}
/*Popup*/

.popupbox {
	background: #fff;
	border: 5px solid #0093d8;
	border-radius: 5px;
	padding: 15px;
	position: fixed;
	width: 500px;
	height: 300px;
	margin: -200px 0 0 -250px;
	z-index: 1000;
	top: 50%;
	left: 50%;
}
.darkshadow {
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
/*CV Builder*/

.cvtopWraper {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}
.cvtopWraper h2 {
	margin: 0;
	font-size: 20px;
	padding: 7px 9px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.cvtopWraper .cvadonslist {
	list-style: none;
}
.cvtopWraper .cvadonslist li {
	float: left;
	width: 20%;
}
.cvtopWraper .cvadonslist li a {
	background-color: #eee;
	margin: 5px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#eee));
	background: -webkit-linear-gradient(top, #f9f9f9, #eee);
	background: -moz-linear-gradient(top, #f9f9f9, #eee);
	background: -ms-linear-gradient(top, #f9f9f9, #eee);
	background: -o-linear-gradient(top, #f9f9f9, #eee);
	border-radius: 5px;
	transition: 0.5s ease;
	-web-kit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	display: block;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}
.cvtopWraper .cvadonslist li a:hover {
	background: #444;
	color: #fff;
}
.cvBuildWrap {
	margin: 0;
	border: 1px solid #ddd;
}
.vBasicBox {
	padding: 15px 15px 5px 15px;
	background: #fff;
	margin: 0;
	position: relative;
}
.vBasicBox .username {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.vBasicBox .txtfont {
	font-size: 12px;
}
.vBasicBox .txtfont a {
	color: #1ba6df;
	font-size: 12px;
}
.vBasicBox .col-md-2 img {
	width: 100%;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
	border-radius: 3px;
}
.vBasicBox .col-md-10 {
	padding-left: 0;
}
.vBasicBox .edurowlist {
	list-style: none;
}
.vBasicBox .edurowlist li {
	font-size: 13px;
	padding: 5px 0;
	position: relative;
	border-bottom: 1px dashed #ddd;
}
.vBasicBox .edurowlist li:last-child {
	border-bottom: none;
}
.vBasicBox .edurowlist strong {
	color: #1ba6df;
}
.vBasicBox .loctxt {
	color: #7da400;
	font-size: 12px;
	font-weight: bold;
}
.vBasicBox .action {
	position: absolute;
	top: 13px;
	right: 10px;
}
.vBasicBox .edurowlist li .action {
	top: 0;
	right: 0;
}
.uploadPhoto {
	position: relative;
	overflow: hidden;
}
.uploadPhoto .stripBox {
	background: rgba(0,0,0,0.5);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 10px;
	transition: 0.4s ease-in;
	-webkit-transition: 0.4s ease-in;
	-ms-transition: 0.4s ease-in;
	-moz-transition: 0.4s ease-in;
	-o-transition: 0.4s ease-in;
}
.uploadPhoto:hover .stripBox {
	bottom: 0;
}
.uploadPhoto .stripBox a {
	color: #fff;
	font-size: 18px;
}
.uploadPhoto .stripBox a.upload {
	float: left;
}
.uploadPhoto .stripBox a.remove {
	float: right;
}
.uploadpic {
	margin: 0;
}
.uploadpic .stripBox {
	text-align: center;
	background: #eee;
	padding: 5px 0;
}
.uploadpic .stripBox i {
	font-size: 18px;
}
.uploadpic .picinner {
	margin: 15px;
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 2px;
}
/*Footer*/

.footerWrap {
	background: #444;
	padding: 40px 0 15px 0;
	margin-top: 30px;
}
.footerWrap h5 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
}
.footerWrap p {
	font-size: 13px;
	line-height: 18px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	color: #ccc;
}
.footerWrap .quicklinks {
	list-style: none;
}
.footerWrap .quicklinks li {
}
.footerWrap .quicklinks li a {
	display: block;
	color: #ccc;
	padding: 4px 0;
	font-size: 13px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
}
.footerWrap .quicklinks li a:hover {
	color: #e0d53b;
}
.footerWrap .citiesList {
	list-style: none;
	margin: 0;
}
.footerWrap .citiesList li {
	width: 50%;
	float: left;
	margin: 2px 0;
}
.footerWrap .citiesList li a {
	display: block;
	color: #ccc;
	font-size: 13px;
	padding: 4px 0;
}
.footerWrap .citiesList li a:hover {
	color: #e0d53b;
}
.footerWrap .copyright {
	border-top: 1px solid #777;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	color: #666;
}
.footerWrap .copyright a {
	color: #979797;
}
.footerWrap .copyright a:hover {
	color: #ccc;
}
.footerWrap .bttxt {
	font-size: 13px;
	color: #ccc;
}
.box-body .form-group .errowbox {
	right: 10px;
	top: 5px;
}
.box-body .form-group {
	position: relative;
}
.dob {
	width: 100px !important;
}
.social a {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	margin-right: 5px;
}
.social a:hover {
	color: #e0d53b;
}
 @media (max-width:768px) {
.employersList li {
	width: 22.4%;
}
.topheader .col-md-2 {
	margin-bottom: 10px;
}
.secondary {
	display: none;
}
.searchjoblist.col-md-10 {
	padding-left: 0;
}
.searchlist .col-md-2 {
	padding-right: 15px;
}
.formwraper .input-group {
	width: 100%;
}
.formwraper .form-control {
	float: none;
	width: 100%;
}
.formwraper .input-group-addon {
	width: auto;
	display: block;
	padding: 6px 0;
}
.errowbox {
	right: 10px;
}
}
.subheading {
	padding: 3px 0;
	font-size: 18px;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-family: 'Roboto';
	font-weight: bold;
	margin: 0;
}
.normal-details {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}
.wrap_enable {
	display: block;
}
.wrap_disable {
	display: none;
}
.actionBox .applyjobgray {
	background: #ccc;
	background-image: -moz-linear-gradient(top, #ccc, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#ccc));
	background-image: -webkit-linear-gradient(top, #ccc, #ccc);
	background-image: -o-linear-gradient(top, #ccc, #ccc);
	background-image: linear-gradient(to bottom, #ccc, #ccc);
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: 5px 0 0 10px;
	line-height: 35px;
}
.actionBox .applyjobgray:hover {
	background: #ccc;
	background-image: -moz-linear-gradient(top, #ccc, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#ccc));
	background-image: -webkit-linear-gradient(top, #ccc, #ccc);
	background-image: -o-linear-gradient(top, #ccc, #ccc);
	background-image: linear-gradient(to bottom, #ccc, #ccc);
	text-decoration: none;
}
.actionBox .applyjobgray span {
	border-top: 1px solid #ccc;
	display: block;
	padding: 0 25px;
	border-radius: 3px;
}
.applybtngray {
	background: #ccc;
	border-bottom: 3px solid #ccc;
	border-radius: 3px;
	padding: 3px 10px;
	color: #fff;
	float: right;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	transition: none;
}
.applybtngray:hover {
	background: #ccc;
	color: #fff;
	text-decoration: none;
}
.applybtngray:active {
	background: #ccc;
	color: #fff;
	text-decoration: none;
}
.loginbox b {
	padding:12px 20px;
	display:table;
	margin:0 auto 35px;
	font:900 14px/14px 'Roboto', sans-serif;
	color:#fff;
	text-transform:uppercase;
	border-radius:3px;
	clear:both;
	position:relative;
}
.loginbox b:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-5px;
	width:0;
	height:0;
	border-style:solid;
	border-width:5px 4.5px 0 4.5px;
	border-color:#032e50 transparent transparent transparent;
}

.loginbox .input-group-addon span {
	color: #FF040B;
}
.login-social{float:left;width:100%;}.login-social h4{text-align:center;margin:0 0 24px 0;}.login-social ul{padding:0 0 20px 0;margin:0;list-style:none;}.login-social ul li{display:block;padding:0 0 10px 0;overflow:hidden;}.login-social ul li a.fb{background:#3b5998;float:left;width:100%;height:41px;border-radius:3px;font:400 15px/39px 'Roboto',sans-serif;text-transform:uppercase;color:#fff;text-decoration:none; text-align:left; }
.login-social ul li a .fa{font-size:20px;
color:#fff; text-align:left; 
width:50px;height:41px;text-align:center;line-height:40px;border-right:1px solid #fff;margin:0 20px 0 0; float:left;}.login-social ul li a.gp{background:#dd4b39;float:left;width:100%;height:41px;border-radius:3px;font:400 15px/39px 'Roboto',sans-serif;text-transform:uppercase;color:#fff;text-decoration:none; text-align:left; }

.login-social ul li a.tw{background:#55acee;float:left; text-align:left; width:100%;height:41px;border-radius:3px;font:400 15px/39px 'Roboto',sans-serif;text-transform:uppercase;color:#fff;text-decoration:none;}
.login-social ul li a.ld{background:#0077b5;float:left;width:100%;height:41px;border-radius:3px;font:400 15px/39px 'Roboto',sans-serif;text-transform:uppercase;color:#fff;text-decoration:none; text-align:left; }
.loginbox b { background-color: #032e50; }

.resume-process{float:left;width:100%;background:#fff;border-bottom:1px solid #ccc;}.resume-process h2{font-weight:300;text-align:center;}.resume-process strong{font:400 15px/15px 'Roboto',sans-serif;color:#666;display:block;text-align:center;padding:0 0 50px 0;}.resume-process .option-box{float:left;width:100%;text-align:center;}.resume-process .option-box .icon-box{width:85px;height:85px;margin:0 auto 20px;display:block;border:5px solid #fff;border-radius:100%;position:relative;font-size:30px;line-height:75px;color:#fff;}.resume-process .option-box .icon-colo-1:before{content:'';position:absolute;left:-8px;bottom:-8px;width:90px;height:90px;border:1px solid;border-radius:100%; margin:0 0 0 0;}.resume-process .option-box h4{text-align:center;margin:0 0 15px 0;}.resume-process .option-box .icon-box p{text-align:center;}.icon-colo-1{background:#1b8af3; position:relative;}.icon-colo-2{background:#f44336;position:relative;}.resume-process .option-box .icon-colo-2:before{content:'';position:absolute;left:-8px;bottom:-8px;width:90px;height:90px;border:1px solid #f44336;border-radius:100%; margin:0 0 0 0;}.icon-colo-3{background:#00796b;position:relative;}.resume-process .option-box .icon-colo-3:before{content:'';position:absolute;left:-8px;bottom:-8px;width:90px;height:90px;border:1px solid #00796b;border-radius:100%; margin:0 0 0 0;}.icon-colo-4{background:#8bc34a;position:relative;}.resume-process .option-box .icon-colo-4:before{content:'';position:absolute;left:-8px;bottom:-8px;width:90px;height:90px;border:1px solid #8bc34a;border-radius:100%; margin:0 0 0 0;}
.resume-process .option-box .icon-colo-1:before {
	border-color:#1b8af3;
}

/************************************************
           == Search List css==
*************************************************/
.listpgWraper {
	/*background: #f0f0f0;*/
	padding: 50px 0;
	min-height: 400px;
}
.pageSearch {
	margin-bottom: 30px;
}
.pageSearch a.btn {
	background: #00a2ff;
	color: #fff;
	padding: 13px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	display: block;
}
.pageSearch a.btn i {
	font-weight: 400;
	font-size: 24px;
	margin-right: 5px;
}
.pageSearch a.btn:hover {
	background: #666;
}
.searchform .row {
	margin: 0 -5px;
}
.searchform .col-md-3, .searchform .col-md-2, .searchform .col-sm-3, .searchform .col-sm-2 {
	padding: 0 5px;
}
.searchform .form-control {
	border-radius: 0;
	height: auto;
	padding: 13px 12px;
	font-size: 16px;
}
.searchform select.form-control{
	padding: 13px 12px;
	background:#fff;
	line-height:45px;
}
.searchform .btn {
	border-radius: 0;
	background: #00a2ff;
	font-size: 24px;
	color: #fff;
	padding: 7px 18px;
}
.searchform .btn:hover {
	background: #444;
}

/************************************************
           == Sidebar css==
*************************************************/
.sidebar {
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 30px;
}
.sidebar .widget {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.sidebar .widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 20px;
}
.optionlist {
	list-style: none;
}
.optionlist li {
	margin-bottom: 10px;
	padding: 5px 0;
	position: relative;
	padding-left: 30px;
}
.optionlist li span {
	position: absolute;
	right: 0;
	top: 6px;
}
.optionlist li input[type=checkbox] {
	display: none;
}
.optionlist li input[type=checkbox] + label {
	width: 20px;
	height: 20px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.optionlist li input[type=checkbox]:checked + label:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #4ece00;
	padding-left: 2px;
	position: relative;
	top: 2px;
}
.sidebar a {
	color: #00a2ff;
	display: inline-block;
	margin-top: 10px;
}
.searchnt .btn {
	background: #00a2ff;
	display: block;
	border-radius: 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
}
.sidebar .gad {
	margin-top: 15px;
	text-align:center;
}
.social a {
	color: #00a8ff;
	font-size: 32px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 0;
}
.social a:hover {
	color: #000;
}
/*Listing*/
.searchList {
	list-style: none;
}
.searchList li {
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 30px;
}
.searchList li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border: 1px solid #00a2ff;
}
.searchList li .jobimg {
	float: left;
	width: 70px;
	margin-right: 15px;
}
.searchList li h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #00a8ff;
}
.searchList li .companyName {
	margin: 10px 0;
	color: #969595;
}
.searchList li .companyName a {
	color: #969595;
}
.searchList li a:hover {
	color: #333;
}
.searchList li .location {
	color: #000;
}
.searchList li .location span {
	color: #333;
}
.searchList li .listbtn {
	margin-top: 20px;
}
.searchList li .listbtn a {
	background: #00a2ff;
	display: block;
	border-radius: 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
}
.searchList li .listbtn a:hover {
	background: #333;
	text-decoration: none;
}
.searchList li p {
	line-height: 22px;
	color: #333;
	margin: 10px 0 0 0;
}
.searchList li .cateinfo {
	color: #00a2ff;
	margin: 10px 0;
}
.searchList li .minsalary {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-top: 25px;
	color: #a8d815;
}
.searchList li .minsalary span {
	color: #999;
	font-weight: 400;
}
/*Pagination*/
.pagiWrap .showreslt {
	font-weight: 600;
	margin-top: 10px;
}
.pagiWrap .pagination {
	text-align: right;
	margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}

/************************************************
           == Job Detail css==
*************************************************/
.job-header {
	background: #fff;
	border: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.job-header .jobinfo {
	padding: 25px;
	border-bottom: 1px solid #e4e4e4;
}
.job-header .jobinfo h2 {
	font-size: 24px;
	color: #444;
}
.job-header .jobinfo .ptext {
	color: #999;
	margin: 12px 0;
}
.job-header .jobinfo .salary {
	font-size: 16px;
	font-weight: 700;
	color: #888;
}
.job-header .jobinfo .salary strong {
	color: #000;
}
.job-header .jobinfo .companyinfo {
	text-align: right;
}
.job-header .jobinfo .companyinfo .companylogo {
	float: right;
	width: 75px;
	background: #fff;
	margin-left: 20px;
	border: 5px solid #eee;
}
.job-header .jobinfo .companyinfo .companylogo img{display:block;}
.job-header .jobinfo .companyinfo .title a {
	font-size: 18px;
	font-weight: 600;
	color: #00a2ff;
}
.job-header .jobinfo .companyinfo .opening a {
	color: #333;
}

/*Candidate Info*/
.job-header .jobinfo .candidateinfo .userPic {
	float: left;
	width: 100px;
	height: 100px;
	background: #cbcbcb;
	margin-right: 20px;
	border: 5px solid #00a2ff;
}
.job-header .jobinfo .candidateinfo .title {
	font-size: 24px;
	color: #333;
	font-weight: 600
}
.job-header .jobinfo .candidateinfo .desi {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}
.job-header .jobinfo .candidateinfo .loctext {
	line-height: 24px;
	color: #555;
	margin-top: 8px;
}
.job-header .jobinfo .candidateinfo .loctext i {
	width: 20px;
	color: #00a2ff;
}
.cadsocial {
	margin-top: 10px;
}
.cadsocial a {
	color: #666;
	font-size: 24px;
	display: inline-block;
	margin-right: 7px;
}
.cadsocial a:hover {
	color: #00a2ff;
}
.relatedJobs {
	margin-bottom: 30px;
}
.relatedJobs h3 {
	font-size: 24px;
	font-weight: 700;
	color: #555;
	margin-bottom: 15px;
}
/*Buttons*/
.jobButtons {
	padding: 20px 25px;
}
.jobButtons a {
	background: #f0f0f0;
	margin-right: 10px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.jobButtons a.report {
	background: #e01010;
	color: #fff;
}
.jobButtons a.apply {
	background: #a8d815;
	color: #fff; margin-bottom:15px;
}
.jobButtons a:hover {
	background: #222;
	color: #fff;
}
.job-header .contentbox {
	padding: 35px;
}
.job-header .contentbox h3 {
	font-size: 24px;
	font-weight: 700;
	color: #00a2ff;
	margin-bottom: 10px;
}
.job-header .contentbox p {
	line-height: 24px;
	color: #555;
	margin-bottom: 20px;
}
.job-header .contentbox ul {
	margin-bottom: 30px;
}
.job-header .contentbox ul li {
	padding: 10px 0 5px 25px;
	position: relative;
	line-height: 20px;
	list-style:none;
}
.job-header .contentbox ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #a8d815;
	position: absolute;
	left: 0;
}
/*Job Info*/
.jobdetail {
	padding: 20px;
}
.jobdetail iframe {
	width: 100%;
	height: 250px;
	border: none
}
.jobdetail h3 {
	font-size: 18px;
	color: #00a2ff;
	font-weight: 700;
}
.jbdetail {
	margin-top: 20px;
	list-style:none;
}
.jbdetail li {
	margin-bottom: 20px;
	color: #908f8f;
}
.jbdetail li a {
	display: block;
	text-align: right;
	color: #00a2ff;
	font-weight: 600;
}
.jbdetail li span {
	display: block;
	text-align: right;
	color: #000;
	font-weight: normal;
}
.jbdetail li span.permanent {
	color: #a8d815;
}
.jbdetail li span.contract {
	color: #00a2ff;
}
.jbdetail li span.freelance {
	color: #F07200;
}
/*job description */
#job_description p {
	line-height: 24px;
	color: #555;
	margin-bottom: 5px;
}
#job_description ul {
	margin-bottom: 20px;
}
#job_description ul li {
	padding: 5px 0 5px 25px;
	position: relative;
	line-height: 20px;
	list-style:none;
}
#job_description ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #a8d815;
	position: absolute;
	left: 0;
}

/*Skills*/
.skillswrap {
	margin-top: 20px;
}
.skillswrap h5 {
	color: #7b7b7b;
	font-weight: 400;
	margin-bottom: 5px;
}
/*Education*/
.educationList {
	margin-bottom: 0 !important;
}
.educationList li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	margin-top: 30px;
}
.educationList li:hover {
	border-bottom-color: #00a2ff;
}
.educationList li:before {
	display: none;
}
.educationList li:last-child {
	border-bottom: 0;
}
.educationList li .date {
	width: 90px;
	height: 90px;
	background: #888;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	padding-top: 17px;
	line-height: 18px;
	float: left;
	color: #fff;
	margin-right: 20px;
}
.educationList li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #58c0ff;
	margin-bottom: 5px;
}
.educationList li p {
	margin-bottom: 0 !important;
}
/*Experience*/
.experienceList {
	margin-bottom: 0 !important;
}
.experienceList li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	margin-top: 30px;
}
.experienceList li:hover {
	border-bottom-color: #00a2ff;
}
.experienceList li:before {
	display: none;
}
.experienceList li:last-child {
	border-bottom: 0;
}
.experienceList li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #58c0ff;
	margin-bottom: 10px;
}
.experienceList li p {
	margin-bottom: 0 !important;
	margin-top: 10px;
}
/*Portfolio*/
.userPortfolio li {
	padding: 0 15px !important;
	margin-top: 30px;
}
.userPortfolio li:before {
	display: none;
}
.userPortfolio li .imgbox {
	overflow: hidden;
	position: relative
}
.userPortfolio li .itemHover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(22,34,46,.9);
	transform: scale(0);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.userPortfolio li:hover .itemHover {
	transform: scale(1)
}
.userPortfolio li .zoombox {
	display: table;
	width: 100%;
	height: 20%;
	text-align: right
}
.userPortfolio li .item-zoom {
	display: inline-block;
	border: 2px solid #fff;
	padding: 6px 12px;
	margin: 15px 15px 0 0;
	color: #fff
}
.userPortfolio li .item-zoom:hover {
	background: #2079f2
}
.userPortfolio li .infoItem {
	display: table;
	width: 100%;
	height: 70%;
	text-align: center
}
.userPortfolio li .itemtitle {
	vertical-align: bottom;
	padding: 0 15px 15px;
	position: relative;
	display: table-cell;
}
.userPortfolio li .itemtitle h5 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 5px
}
.userPortfolio li .itemtitle p {
	color: #ccc;
	line-height: 18px
}
.userPortfolio li .itemtitle a {
	color: #2079f2
}
.userPortfolio li.shown, .no-cssanimations .userPortfolio li, .no-js .grid li {
	opacity: 1
}
.userPortfolio li a, .userPortfolio li img {
	outline: 0;
	border: none;
	display: block;
	max-width: 100%
}
.tab-lite .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}


.tab-lite .nav-tabs > li > a {
    border: 0 none !important;
    border-radius: 0 !important;
    font-family: Roboto Condensed,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px ;   
	color: #fff !important;
    text-transform: uppercase;
    border: 0 none !important;
    border-bottom: solid 1px #ddd !important;
}
.tab-lite .nav-tabs > li.active > a, .tab-lite .nav-tabs > li.active > a:focus, .tab-lite .nav-tabs > li.active > a:hover {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #ee6023 !important;
}

ul#toptablist li a
{
	color: #fff !important;
}

.tab-inner {
    padding: 30px;
}

@media only screen and (max-width: 767px) {
  .tab-lite .nav-tabs > li > a {
    padding: 15px 10px ;
    font-size: 14px;
  }
  .sell-your-item {
    font-size: 11px;
    padding: 2px 7px;
    right: 1px;
    top: 0;
  }
  .row-featured-category .sell-your-item {
    top: 15px;
  }


  .box-title h2, .title-2 {
    font-size: 16px;
  }

  .col-thin-right, .col-thin-left {
    padding-left: 15px;
    padding-right: 15px;
  }

}

/* BLOABL RESPONSIVE FIXED */


@media only screen and (max-width: 400px) {
  .nav-tabs.add-tabs > li > a {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .tab-filter {
    width: 100px;
  }
  .tab-filter .select-short-by {
    min-width: 80px !important;
    width: 100% !important;
  }
  .select-short-by .selecter-selected {
    font-size: 9px;
  }

  .tab-filter {
    right: 5px;
  }

}



.resume-up {
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.resume-up a {
  color: #ee6023;
}
.resume-up a:hover {
  opacity: .8;
}


.intro{width:100%;background-position:center top;background-repeat:no-repeat;background-size:cover;height:auto;transition:all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;-webkit-transition:all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;}.intro .container{max-width:800px;}.intro h1,.intro-title{color:#fff;font-family:Roboto;font-size:44px;line-height:42px;font-weight:bold;letter-spacing:-0.3px;margin-bottom:10px;padding-bottom:0;text-shadow:1px 1px 0 rgba(0,0,0,0.2);text-transform:uppercase;transition:font 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;}.intro p{color:#fff;font-size:18px;font-weight:300;text-shadow:0 1px 1px rgba(0,0,0,0.2);}.content-search{display:block;clear:both;padding:30px 0 0;}.content-search input.form-control,.content-search button{height:44px;}.search-row{max-width:800px;margin-left:auto;margin-right:auto;margin-top:30px;}.search-row .search-col{padding:0;position:relative;}.search-row .search-col .form-control,.search-row button.btn-search{border-radius:0;border:0;height:48px;margin-bottom:0;}.search-row .search-col .form-control{box-shadow:none!important;}.locinput{border-right:solid 1px #ddd!important;}button.btn-search{border-radius:0!important;font-size:18px;height:48px;letter-spacing:-0.5px;text-shadow:0 2px 2px #20a759;-webkit-text-shadow:0 2px 2px #20a759;text-transform:uppercase;}.has-icon{padding-left:40px;}.icon-append{color:#949494;font-size:18px;left:8px;position:absolute;top:16px;}.search-row .search-col:first-child .form-control{border-radius:3px 0 0 3px;}.search-row .btn-search{border-radius:0 3px 3px 0!important;}@media (max-width:767px) {.locinput{border-right:none!important;border-bottom:solid 1px #ddd!important;}.intro h1{font-size:30px;margin-bottom:10px;padding-bottom:0;line-height:34px;}.intro p{color:#fff;font-size:16px;line-height:normal;}}.
@media (max-width: 767px) {
.intro {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .hasOverly > div {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .intro.jobs-intro {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
  }

  .navbar-default .navbar-nav > li > a.btn-post  {
    color: #fff;
	}
 
  .hidden-xs {
    display: none !important;
    visibility: hidden !important;
  }

  .text-center-xs {
    text-align: center;
  }

  .intro .col-sm-4 {
    margin-bottom: 15px;
  }

  .table-action {
    display: block;
    margin-bottom: 15px;
    padding: 15px 15px 0;
  }

  .search-row-wrapper .col-sm-3 {
    margin-bottom: 10px;
  }

  .search-row-wrapper .selecter {
    max-width: 100%;
  }

  .cat-list {
    margin-bottom: 15px;
  }

  .cat-list ul {
    display: none;
  }

  .btn-cat-collapsed {
    position: absolute;
    right: 0;
    top: 10px;
    text-indent: 0;
    opacity: 1;
    cursor: pointer;
  }

  .xs-gap {
	  margin-bottom:15px;

  }

  .icon-down-open-big {
    display: inherit;
    -ms-transform: rotate(0deg);
 /* IE 9 */
    -webkit-transform: rotate(00deg);
 /* Chrome, Safari, Opera */
    transform: rotate(00deg);
    transition: all 0.3s ease-in;
  }

  .icon-down-open-big.active-panel {
    -ms-transform: rotate(90deg);
 /* IE 9 */
    -webkit-transform: rotate(90deg);
 /* Chrome, Safari, Opera */
    transform: rotate(90deg);
  }
}

.autocomplete-suggestions{background:#fff;max-height:30px;overflow-y:auto;border:solid 1px #ddd;border-radius:3px;}.autocomplete-suggestions .autocomplete-suggestion{padding:10px 15px;cursor:pointer;border-bottom:1px solid #cccccc;padding:10px 15px 10px 30px;position:relative;}.autocomplete-suggestions .autocomplete-suggestion:after{color:#949494;font-family:fontello;font-style:normal;font-weight:normal;left:6px;margin:0 0 0 10px;position:absolute;text-decoration:none;top:10px;}.autocomplete-suggestions .autocomplete-suggestion:hover{background:#eeeeee;color:#222222;cursor:pointer;display:block;font-size:13px;}

.navbar-nav>li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu>li>a {
	font-weight:400;
	color: #555;
	padding:5px 15px;
}
.dropdown-menu>li>a:hover {
	background: #7da400;
	color: #fff;
}
.borderless li {
    border: none;
	}
.skillview li{
	font-weight: 600;
	padding: 6px 11px;
}
.container-fluid.bluesection {
	position: relative;
}
.container-fluid.bluesection:after,.container-fluid.bluesection:before {
	content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    display: block;
	z-index: -1;
}
.container-fluid.bluesection:after {
	
    right: 0;
	width: 35%;
}
.container-fluid.bluesection:before {

    left: 0;
	width: 65%;
}
.bluesection h3 {
    color: #fff;
}
.bluesection p {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
}
 .main-container {
    padding: 37px 0;
}
.companies .row {
    border-bottom: 1px solid#e3e3e3;
}
.companies ul.nav li.active a {
    color: #fff;
    background: #ef4135;
}
.companies ul.nav li {
    margin: 0;
    line-height: normal;
}
.companies ul.list {
    padding: 0;
    list-style: none;
}

.companies ul.nav a {      
    font-size: 15px;
    text-transform: uppercase;
}
.companies ul.nav li {
	margin-right:2px;
	padding-bottom: 0;
}
.companies ul.nav>li:first-child {
    padding: 0;
}
.companies ul.nav>li a {
    padding: 9px 12px;
}

.companies ul.list > li {
    float: left;
    padding: 20px 30px;
    width: 200px;
    margin-right: 35px;
		-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	transition-duration: 0.3s;
}
.companies ul.list > li:hover {
    background: #f2f2f2 none repeat scroll 0 0;
}

.companies ul.list li ul li {
    float: left;
    width: 100%;
}

.companies ul.list li ul li {
    float: left;
    width: 100%;
}

.companies ul.list > li.active {
    background: #f6f6f6;
}

.companies ul.list > li span {
    float: left;
    width: 100%;
    font-family: LatoBold;
    font-size: 26px;
    color: #363636;
    text-transform: uppercase;
}

.companies ul.list li ul {
    float: left;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.companies ul.list li ul li a {
    color: #363636;
}
.companies.fixed-tabs .companies-tags {
	position: fixed;
	left: 0;
	right: 0;
	top: 67px;
	background: #398FF5;
	z-index: 2;
}
.companies.fixed-tabs .companies-list {
    margin-top: 246px;
}
.companies.fixed-tabs .companies-tags a {
    color: #fff;
}
.job-skills-block { padding-left:10px; padding-top:5px;} 
.jb-skill{
	 background-color: #fff;
    border-radius: 20px;
    padding: 2px 8px 2px 10px;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.jb-skills-view {
    background-color: #fff;
    border-radius: 20px;
    padding: 2px 8px 2px 10px;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.jb-skills-view a{text-decoration: none; text-transform: capitalize; background-color: #fff; color: #686868;font-size:12px; font-weight:700;}
.jb-skill a{text-decoration: none; text-transform: capitalize; background-color: #fff; color: #686868;font-size:12px; font-weight:normal;}

.row .org{display:block;padding-right:110px;font-weight:400;color: #686868;} 
.row .org a{font-weight:400;color: #686868; text-decoration: none; text-transform: capitalize; font-size:12px; font-weight:normal; }
.row .exp{float:left;/*width:100%;*/padding-right:10px;font-weight:normal;color: #686868;padding-bottom:2px;padding-top:5px; font-weight:700;}
.row .exp em{background-position:0 0;margin-top:1px}
.row .loc{float:left;/*width:100%;*/padding-bottom:2px;padding-top:5px; padding-right:10px; font-weight:normal;color: #686868; font-weight:700;}
.row .loc em{float:left;background-position:0 -14px}
.row .loc span{float:left;width:88%;word-wrap:break-word;color: #686868;}
.row .dateposted{float:left;/*width:100%;*/ padding-right:10px; padding-top:5px;font-weight:normal;color: #686868; font-weight:700;}
.terminfo{position: relative;background: #eee;}
.term-of-use{float: left;bottom: 0;left: 0;padding: 10px 15px;width: 100%;-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px;}
logo,.logo-title{font-family:Open Sans Condensed,Helvetica Neue,sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase;color:#16A085; text-align:right;}
.logo span,.logo-title span{font-weight:bold; float:right; margin-top:-8px;}.logo-title{padding-top:5px;} .logo-title img{display:block;}
.navbar-header img{max-height:90px;}

@media only screen and (max-width: 768px) {
.footerWrap .col-md-2{
display:none;
}
}
.citiesWrap{
-webkit-box-shadow: 5px 1px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:5px 1px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow:5px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
.citiesWrap .img-rounded{border-radius:50%;}
.citiesWrap .col-md-3{text-align:center;}
.citnam{display:block; margin:5px 0 25px 0; font-size:18px; }
.citnam a{color:#333333;}
.citiesList li{list-style:none;}
.citiesList li a{color:#1598b5;}
.citiesList li:before {
  content: "\f07b"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block; color:#bbbbbb;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.citiesList li a:hover{text-decoration:none;}
.citiesList li:hover:before {
  content: "\f07c"; /* FontAwesome Unicode */
   color:#1598b5;
   
}