
.jobs {
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	border-radius: 3px;
}

	.jobs a {
		border-bottom: 1px solid #e7e7e7;
		color: #888;
		display: block;
		padding: 15px 0;
		position: relative;
		width: 100%;
}

		.jobs a.featured {
			background: #f8f8f8;
			border-bottom: 1px solid #14b1bb;
		}

		.jobs a:hover,
		.jobs a.featured:hover {
			background: #f2f2f2;
		}

		.jobs a .row,
		.jobs p {
			margin: 0;
		}

		.jobs a h5 {
			line-height: 1.71em;
		}

		.jobs a strong {
			color: #222;
			font-weight: normal;
		}

	.jobs .hidden-job {
    /* display: block !important; */

}

	.job-location,
	.candidate-location {
		padding-left: 30px;
		position: relative;
	}

		.job-location:before,
		.candidate-location:before {
			color: #007680;
			content: "\f041";
			font-family: "FontAwesome";
			left: 15px;
			position: absolute;
			top: 0;
}

	.job-dates {
		padding-left: 37px;
		position: relative;
	}

		.job-dates:before {
			color: #14b1bb;
			content: "\f073";
			font-family: "FontAwesome";
			left: 15px;
			position: absolute;
			top: 0;
		}

	.candidate-date:before {
		color: #14b1bb;
		content: "\f073";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}

	.applied .job-title h5:before {
		color: #6ecf26;
		content: "\f058";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}

	/* 5.1. MORE JOBS
	---------------------------------------------------------------*/

	#more-jobs {
		margin-top: 25px;
	}

		#more-jobs .more {
			display: block;
		}

			#more-jobs.on .more {
				display: none;
			}

		#more-jobs .less {
			display: none;
		}

			#more-jobs.on .less {
				display: block;
			}

	/* 5.2. JOB TYPE BADGES
	---------------------------------------------------------------*/

	.badge.full-time {
		background: #007680;
	}

	.badge.part-time {
		background: #febe11;
	}

	/* 5.3. FEATURED JOBS
	---------------------------------------------------------------*/

	.featured-job {
    color: #888;
    padding-left: 30px;
}

		.featured-job img,
		.featured-job .title {
			float: left;
			margin-bottom: 15px;
			margin-top: 15px;
		}

		.featured-job img {
			margin-left: 15px;
		}

		.featured-job .data {
			border-bottom: 1px solid #e7e7e7;
			border-top: 1px solid #e7e7e7;
			clear: both;
			margin: 15px 0;
			padding: 10px 15px;
		}

		.featured-job span {
			display: block;
		}

		.featured-job .description {
    padding: 0 15px;
    font-weight: 300;
}

		.featured-job .title {
			padding: 11px 0 0 15px;
		}

		.featured-job i {
    margin-right: 5px;
}

			.featured-job .city i {
    color: #007680;
}

			.featured-job .full-time i {
    color: #FFB619;
}

			.featured-job .sallary i,
			.featured-job .experience i {
				color: #14b1bb;
			}

	#sidebar .featured-job h5,
	#sidebar .featured-job p {
		margin: 0;
	}




	#paging {
		display: table;
		list-style: none;
		margin: 3em 0;
		padding: 0;
		width: 100%;
	}

	.gallery {
		list-style: none;
		padding: 0;
	}

		.gallery li {
			margin-bottom: 30px;
		}


	/* 17.1. BIG SCREENS
	---------------------------------------------------------------*/
	@media (min-width: 1200px) {

		.slide-content h2 {
			font-size: 80px;
		}

		.jobs .city {
			width: 160px;
		}

		.jobs .type {
			width: 130px;
		}

		.jobs .sallary {
			width: 80px;
		}

		.jobs .experience {
			width: 120px;
		}

		.featured-job span {
			display: inline-block;
			padding-right: 10px;
}

		#newsletter .form-control {
			width: 430px;
		}

		.work-experience .img-circle {
			font-size: 36px;
			height: 99px;
			line-height: 99px;
		}

	}

	/* 17.2. REGULAR TABLETS
	---------------------------------------------------------------*/
	@media (max-width: 991px) {

		.slide-content h2 {
			font-size: 44px;
		}

		#newsletter .form-control {
			width: 220px;
		}

		.work-experience .img-circle {
			font-size: 24px;
			height: 53px;
			line-height: 53px;
		}

	}

	/* 17.3. SMALL TABLETS
	---------------------------------------------------------------*/
	@media (max-width: 767px) {

		section {
			padding: 40px 0;
		}

		div[class*="col"] {
			padding-bottom: 10px;
			padding-top: 10px;
		}

		.color2 {
			background: url(../images/background.jpg);
		}

		#contact div[class*="col"],
		#prefooter div[class*="col"] {
			padding-bottom: 20px;
			padding-top: 20px;
		}

		.jobs a div[class*="col"] {
			padding-bottom: 0;
			padding-top: 0;
		}

		.slide-content h2 {
			font-size: 36px;
			margin-bottom: 5px;
		}

		#testimonials .owl-carousel {
			text-align: center;
		}

			#testimonials .owl-carousel blockquote {
				font-size: 16px;
			}

		#newsletter .form-control {
			border-radius: 3px;
			height: auto;
			width: 100%;
		}

		#newsletter .btn {
			border-radius: 3px;
			left: auto;
		}

		#social-networks {
			text-align: left;
		}

			#social-networks a {
				margin: 0 5px 0 0;
			}

			#social-networks h2 {
				margin-bottom: 25px;
			}

				#social-networks h2::after {
					position: relative;
					right: auto;
				}

		.work-experience .img-circle {
			font-size: 36px;
			height: 99px;
			line-height: 99px;
			width: 99px;
		}

		#testimonials-long {
			text-align: center;
		}

	}

	/* 17.4. SMARTPHONES
	---------------------------------------------------------------*/
	@media (max-width: 480px) {

		h1 {
			font-size: 32px;
		}

		#home header {
			background: #14b1bb;
		}

		.slide-content {
			padding: 0 30px;
		}

		.slide-content h2 {
			font-size: 30px;
			margin-bottom: 5px;
		}

		.slide-content h3 {
			font-size: 14px;
		}

		.slide-content .btn {
			font-size: 12px;
		}

		.jobs .data span {
			display: block;
		}

		#searchbox {
			background: #14b1bb;
			left: 0;
			opacity: 0;
			padding: 5px 15px;
			position: absolute;
			top: -62px;
			width: 100%;
		}

		#searchfield {
			width: 100%;
		}

		img.pull-left,
		img.pull-right {
			float: none !important;
			margin: 5px 0 15px 0;
		}

		.job-title p {
			padding-left: 20px;
			position: relative;
		}

			.job-title p:before {
				color: #14b1bb;
				content: "\f1ad";
				font-family: "FontAwesome";
				left: 0;
				position: absolute;
				top: 0;
			}

		.job-location {
			padding-left: 35px;
			position: relative;
		}

	}

	.list-block {
	font-weight:300;
}