@import url(bootstrap.min.css);
@import url(jquery.flexmenu.css);
@import url(owl.carousel.css);
@import url(animate.css);
@import url(jquery.fancybox.css);
@import url(jquery.nouislider.css);
@import url(font-awesome.min.css);

/*------------------------------------------------------------------

[Master Stylesheet]

Project:                The Big Date - Wedding HTML Template
Version:                1.0
Last change:            04/02/2015
Author:                 Coffeecream Themes
Assigned to:            Marcin Banaszek

------------------------------------------------------------------

[Color codes]

Body background:        #fff (white)
Brand color:            #486fe8 (cyan)
Text:                   #bbb (gray)
Header h1-h6:           #222 (dark gray)
Main nav background:    #fff (white)
Footer background:      #222 (dark gray)

a (standard):           #486fe8 (cyan)
a (visited):            #486fe8 (cyan)
a (active):             #486fe8 (cyan)
a (hover):              #a0205f (darker cyan)

------------------------------------------------------------------

[Table of contents]

1. Global Styles
   1.1. Headers
   1.2. Links & buttons
   1.3. Sections
   1.4. Loader
   1.5. Nav tabs and pills
   1.6. Accordion

2. Header
   2.1. Searchbox

3. Slider
   3.1. Slide wrapper and slides
   3.2. Slide content
   3.3. Duplicate parts & slices
   3.4. Horizontal slices
   3.5. Vertical slices
   3.6. Background images
   3.7. Navigation arrows
   3.8. Navigation dots

4. Content
   4.1. Responsive video
   4.2. Pagination
   4.3. WYSIWYG
   4.4. Sharing links
   4.5. Sidebar
   4.6. Jumbotron
   4.7. Forms
   4.8. Maps

5. Jobs & Resume
   5.1. More jobs
   5.2. Job type badges
   5.3. Featured jobs
   5.4. Resume

6. Featured companies
7. Parallax
8. Jobseek app & contact
9. Jobseek stats
10. Plans & pricing
11. Testimonials

12. Blog
    12.1. Home page blog
    12.2. Blog posts
    12.3. Blog sidebar

13. Clients
14. partners

15. Footer
    15.1. Newsletter
    15.2. Social networks
    15.3. Credits

16. Register & login forms
17. Mobile styles

-------------------------------------------------------------------*/

/* 1. GLOBAL STYLES
-------------------------------------------------------------------*/

body {
	min-width: 320px;
	overflow-x: hidden;
	padding-top: 65px;
}

	#home {
		padding-top: 0;
	}

	.no-scroll {
		overflow: hidden;
	}

p {
/*	margin-bottom: 2em;*/
}

hr {
	border-top: 1px solid #e7e7e7;
	margin: 60px 0;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: inline-block;
}

	/* 1.1. HEADERS
	---------------------------------------------------------------*/

	h1, h2, h3, h5, h6 {
		letter-spacing: -0.03em;
		margin: 0;
	}

	h2 {
		margin-bottom: 50px;
	}

	h2::after {
		background: #486fe8;
		content: "";
		display: block;
		height: 4px;
		margin-top: 10px;
		width: 80px;
	}

	h3 {
		margin: 2em 0 1em 0;
	}

	h4 {
		color: #486fe8;
	}

		h4 span {
			padding: 0 15px;
		}

			h4 span i {
				margin-right: 10px;
			}

	h5, h6 {
		letter-spacing: 0;
		font-family: sans-serif;
		font-size: 14px;
		color: #555555;
	}

	/* 1.2. LINKS & BUTTONS
	---------------------------------------------------------------*/

	a,
	button {
		cursor: pointer;
		transition: all .5s ease;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
	}

	.btn {
		font-family: Arial,sans-serif;
		text-transform: uppercase;
		white-space: normal;
		margin-top: 10px;
	}

	.btn-primary {
		border: 0;
	}

	.btn-default {
		border: 2px solid #fff;
	}

		article .btn-default {
			border: 1px solid #486fe8;
			color: #486fe8;
		}

			article .btn-default:hover {
				border: 1px solid #0f858d;
				color: #0f858d;
			}

			article .btn-default.btn-lg {
				padding: 9px 30px;
			}

	/* 1.3. SECTIONS
	---------------------------------------------------------------*/

	section {
		padding: 40px 0;
	}

	.color1 {
		background: #f8f8f8;
	}

	.color2 {
		background: url(../images/background.jpg) fixed;
		color: #fff;
	}

		.color2 h2::after {
			background: #fff;
		}

		.color2 h5 {
			font-family: "Montserrat", Arial;
			font-weight: bold;
			margin-bottom: 1em;
			text-transform: uppercase;
		}

		.color2 i {
			color: #222;
			margin-right: 10px;
		}

		.color2 a {
			color: #fff;
		}

			.color2 a i {
				color: #fff;
			}

		.color2 .form-control {
			background: #fff;
			border: 0;
		} 

	#title, #title_404, #pricing, #regform, #profile {
		padding-top: 0;
		padding-bottom: 0;
	}
	#title h4 {
		margin-top : 10px;
	}
	#title_main {
		padding-top: 20px;
		padding-bottom: 0;
	}
	
	#regform .container, #profile .container{
		padding-bottom: 40px;
	}
	
	.column {
		background: #eee;
		margin: 15px 0;
		padding: 15px 0;
	}

	/* 1.4. LOADER
	---------------------------------------------------------------*/

	#loader {
		background: #fff;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 50000;
	}

		#loader i {
			color: #486fe8;
			left: 50%;
			margin: -24px 0 0 -24px;
			position: absolute;
			top: 50%;
		}

	/* 1.5. NAV TABS AND PILLS
	---------------------------------------------------------------*/

	.nav {
		margin-bottom: 1em;
	}
	.nav .level {
		text-align : right;
		position: absolute;
		top: 10px;
		right: 40px;
		height: 3em;
		width: 50px;
	}
	.nav li hr {
		float : right;
		width : 90%;
		margin : 0px;
	}

	/* 1.6. ACCORDION
	---------------------------------------------------------------*/

	.accordion-toggle {
		display: block;
	}

/* 2. HEADER
-------------------------------------------------------------------*/

header {
	background: #486fe8;
	color: #fff;
	line-height: 40px;
	left: 0;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

	header .container {
		position: relative;
		z-index: 1;
	}

	header a,
	header a:hover,
	header a:focus {
		color: #fff;
	}


#home header {
	background: none;
}

#header-background {
	background: #486fe8;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

#menu-open {
	margin: 0 0 0 15px;
}

	/* 2.1. SEARCHBOX
	---------------------------------------------------------------*/

	#search {
		margin: 0 15px 0 0;
	}

	#searchbox {
		overflow: hidden;
		width: 0;
	}

		#searchbox .form-group {
			margin: 0;
		}

	#searchfield {
		background: none;
		border: 0;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		box-shadow: none;
		color: #fff;
		font-weight: bold;
		padding-left: 0;
		padding-right: 0;
		width: 270px;
	}

		#searchfield::-webkit-input-placeholder {
			color: #fff;
		}

		#searchfield:-moz-placeholder { /* Firefox 18- */
			color: #fff;  
		}

		#searchfield::-moz-placeholder {  /* Firefox 19+ */
			color: #fff;  
		}

		#searchfield:-ms-input-placeholder {  
			color: #fff;  
		}

/* 3. SLIDER
-------------------------------------------------------------------*/

.sl-slider-wrapper {
	left: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
}

.sl-content-wrapper {
	position: absolute;
}

	/* 3.1. SLIDE WRAPPER AND SLIDES
	---------------------------------------------------------------*/

	.sl-slide,
	.sl-slides-wrapper,
	.sl-slide-inner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	} 

	.sl-slide {
		z-index: 1;
	}

	/* 3.2. SLIDE CONTENT
	---------------------------------------------------------------*/

	.slide-content {
		left: 0;
		padding: 0 80px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 100%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

		.slide-content h2 {
			color: #fff;
			font-size: 60px;
			margin: 0;
		}

			.slide-content h2::after {
				display: none;
			}

		.slide-content h3 {
			color: #486fe8;
			font-size: 18px;
		}

		.slide-content p {
			margin: 40px 0 0;
		}

	/* 3.3. DUPLICATE PARTS & SLICES
	---------------------------------------------------------------*/

	.sl-content-slice {
		opacity : 1;
		overflow: hidden;
		position: absolute;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	/* 3.4. HORIZONTAL SLICES
	---------------------------------------------------------------*/

	.sl-slide-horizontal .sl-content-slice {
		height: 50%;
		left: -200px;
		width: 100%;
		-webkit-transform: translateY(0%) scale(1);
		-moz-transform: translateY(0%) scale(1);
		-o-transform: translateY(0%) scale(1);
		-ms-transform: translateY(0%) scale(1);
		transform: translateY(0%) scale(1);
	}

		.sl-slide-horizontal .sl-content-slice:first-child {
			padding: 200px 200px 0px 200px;
			top: -200px;
		}

		.sl-slide-horizontal .sl-content-slice:nth-child(2) {
			padding: 0px 200px 200px 200px;
			top: 50%;
		}

	/* 3.5. VERTICAL SLICES
	---------------------------------------------------------------*/

	.sl-slide-vertical .sl-content-slice {
		height: 100%;
		top: -200px;
		width: 50%;
		-webkit-transform: translateX(0%) scale(1);
		-moz-transform: translateX(0%) scale(1);
		-o-transform: translateX(0%) scale(1);
		-ms-transform: translateX(0%) scale(1);
		transform: translateX(0%) scale(1);
	}

	.sl-slide-vertical .sl-content-slice:first-child {
		left: -200px;
		padding: 200px 0px 200px 200px;
	}

	.sl-slide-vertical .sl-content-slice:nth-child(2) {
		left: 50%;
		padding: 200px 200px 200px 0px;
	}

	/* 3.6. BACKGROUND IMAGES
	---------------------------------------------------------------*/

	.bg-img {
		background-size: cover;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.bg-img-1 {
		background-image: url(http://placehold.it/1400x900.jpg);
	}

	.bg-img-2 {
		background-image: url(http://placehold.it/1400x900.jpg);
	}

	.bg-img-3 {
		background-image: url(http://placehold.it/1400x900.jpg);
	}

	.bg-img-4 {
		background-image: url(http://placehold.it/1400x900.jpg);
	}

	.sl-slider-wrapper .tint {
		background: #000;
		height: 100%;
		left: 0;
		opacity: 0.5;
		position: absolute;
		top: 0;
		width: 100%;
	}

	/* 3.7. NAVIGATION ARROWS
	---------------------------------------------------------------*/

	.nav-arrows span {
		position: absolute;
		z-index: 2000;
		top: 50%;
		width: 40px;
		height: 40px;
		border: 8px solid #ddd;
		border: 8px solid rgba(150,150,150,0.4);
		text-indent: -90000px;
		margin-top: -40px;
		cursor: pointer;
		
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

		.nav-arrows span:hover {
			border-color: rgba(150,150,150,0.9);
		}

		.nav-arrows span.nav-arrow-prev {
			left: 5%;
			border-right: none;
			border-top: none;
		}

		.nav-arrows span.nav-arrow-next {
			right: 5%;
			border-left: none;
			border-bottom: none;
		}

	/* 3.7. NAVIGATION DOTS
	---------------------------------------------------------------*/

	.nav-dots {
		text-align: center;
		position: absolute;
		bottom: 2%;
		height: 30px;
		width: 100%;
		left: 0;
		z-index: 1000;
	}

		.nav-dots span {
			display: inline-block;
			position: relative;
			width: 16px;
			height: 16px;
			border-radius: 50%;
			margin: 3px;
			background: #ddd;
			background: rgba(150,150,150,0.4);
			cursor: pointer;
			box-shadow: 
				0 1px 1px rgba(255,255,255,0.4), 
				inset 0 1px 1px rgba(0,0,0,0.1);
		}

			.nav-dots span.nav-dot-current:after {
				content: "";
				position: absolute;
				width: 10px;
				height: 10px;
				top: 3px;
				left: 3px;
				border-radius: 50%;
				background: rgba(255,255,255,0.8);
			}

/* 4. CONTENT
-------------------------------------------------------------------*/

	img.pull-left {
		margin: 5px 30px 15px 0;
	}

	img.pull-right {
		margin: 5px 0 15px 30px;
	}

	/* 4.1. RESPONSIVE VIDEO
	---------------------------------------------------------------*/

	.video-wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 0;
		height: 0;
	}

	.video-wrapper iframe {
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* 4.2. PAGINATION
	---------------------------------------------------------------*/

	.pagination {
		margin-top: 50px;
	}

		.pagination li a {
			border-radius: 3px;
		}

			.pagination li a:hover {
				color: #486fe8;
			}

	/* 4.3. WYSIWYG
	---------------------------------------------------------------*/

	.wysihtml5-toolbar {
		background: #f2f2f2;
		border: 1px solid #e7e7e7;
		border-bottom: 0;
		border-radius: 3px 3px 0 0;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.wysihtml5-toolbar:after {
			clear: both;
			content: "";
			display: table;
			width: 100%;
		}

		.wysihtml5-toolbar li {
			float: left;
		}

			.wysihtml5-toolbar li:first-child a:last-child,
			.wysihtml5-toolbar li:nth-child(2) a:nth-child(3),
			.wysihtml5-toolbar li:nth-child(2) a:last-child {
				display: none;
			}

			.wysihtml5-toolbar li:first-child a {
				overflow: hidden;
				position: relative;
				text-align: center;
				text-indent: -9999px;
				width: 54px;
			}

				.wysihtml5-toolbar li:first-child a:before {
					display: block;
					float: left;
					font-family: "FontAwesome";
					font-weight: normal;
					left: 21px;
					position: absolute;
					text-indent: 0;
					top: 7px;
				}

					.wysihtml5-toolbar li:first-child a:first-child:before {
						content: "\f032";
					}

					.wysihtml5-toolbar li:first-child a:nth-child(2):before {
						content: "\f033";
					}

					.wysihtml5-toolbar li:first-child a:nth-child(3):before {
						content: "\f0cd";
					}

	.wysihtml5-toolbar .btn {
		border-radius: 0;
		border: 0;
		color: #888;
	}

		.wysihtml5-toolbar .btn:hover,
		.wysihtml5-toolbar .wysihtml5-command-active {
			background: #e8e8e8;
		}

	.modal .btn {
		border-radius: 3px;
	}

		.modal .btn-primary {
			color: #fff;
		}

	.textarea.form-control {
		border-radius: 0 0 3px 3px;
		height: 200px;
	}

	/* 4.4. SHARING LINKS
	---------------------------------------------------------------*/

	#share ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#share ul li {
			float: left;
			margin-right: 10px;
		}

			#share ul li a {
				background: #486fe8;
				border-radius: 50%;
				color: #555555;
				display: block;
				font-size: 18px;
				height: 40px;
				line-height: 40px;
				text-align: center;
				width: 40px;
			}

				#share ul li a:hover {
					background: #0f858d;
				}

	/* 4.5. SIDEBAR
	---------------------------------------------------------------*/

	#sidebar h5 {
		font-family: sans-serif, Arial;
		margin: 1em 0 2em;
	}

	#sidebar hr {
		margin: 0 0 50px;
	}

	.sidebar-widget {
		display: table;
		margin-bottom: 50px;
		width: 100%;
	}

		.sidebar-widget ul {
			list-style: none;
			padding: 0;
		}

	/* 4.6. JUMBOTRON
	---------------------------------------------------------------*/

	.container .jumbotron,
	.container-fluid .jumbotron {
		border-radius: 0;
		border-bottom: 1px solid #e7e7e7;
		border-top: 1px solid #e7e7e7;
		margin: 20px 0;
	}
	.jumbotron p {
		margin: 0.5em 0;
	}

	/* 4.7. FORMS
	---------------------------------------------------------------*/

	label {
		color: #222;
		font-weight: normal;
	}

		.checkbox label {
			color: #888;
			text-transform: none;
		}

	.form-control {
		box-shadow: none;
		height: 45px;
		padding: 10px 15px;
		-webkit-box-shadow: none;
		-mozilla-box-shadow: none;
		-ms-box-shadow: none;
	}

	/* 4.8. MAPS
	---------------------------------------------------------------*/

	#map-canvas {
		height: 400px;
		width: 100%;
	}

/* 5. BUGS -------------------------------------------------------------------*/
.bugs {
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	border-radius: 3px;
}
.bugs a, .bugs .applied {
	border-bottom: 1px solid #e7e7e7;
	color: #888;
	display: block;
	padding: 15px 0;
	position: relative;
	width: 100%;
}
.bugs .applied a {
	border: none;
	color: #fff;
	display: block;
	padding: 15px 0;
	position: relative;
	width: 100%;
}
.bugs .extent_links a{
	margin : 0px 0px 10px 0px;
}
.bugs .applied a:hover {
	color: #000;
	background: #486fe8;
	border: none;
}
.bug-title a:hover, .more_link:hover {
	background: #f5f5f5 !important;
}
.bugs a.featured, .bugs .applied.featured {
	background: #f8f8f8;
	border-bottom: 1px solid #486fe8;
}
.bugs .country_link {
	border: 0px;
	color: #888;
	display: block;
	padding: 0px 0;
	position: relative;
	width: 100%;
}
.bug-title sup {
	color : #f00;
}
.bugs .applied:hover,
.bugs .applied.featured:hover,
.bugs a:hover,
.bugs a.featured:hover {
	background: #f2f2f2;
}
.bugs a .row,
.bugs .applied,
.bugs p {
	margin: 0;
}
.bugs a h5, .bugs .applied h5 {
	line-height: 1.71em;
}
.bugs a strong, .bugs .applied strong {
	color: #222;
	font-weight: normal;
}
.bugs .hidden-bug {
	display: none;
}
#sended_bugs_data a {
	border: 0px;
	color: #888;
	display: block;
	padding: 0px;
	position: relative;
	width: 100%;
}

.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 #486fe8;
}
.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: none;
}
	.bug-date {
		min-width : 140px;
	}
	.bug-date,
	.job-location,
	.candidate-location {
		padding-left: 35px;
		position: relative;
	}

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

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

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

	.candidate-date:before {
		color: #486fe8;
		content: "\f073";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	
	.bug-new h1:before,
	.bug-new h5:before {
		color: #6ecf26;
		content: "\f067";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.bug-waiting h1:before,
	.bug-waiting h5:before {
		color: #3333cc;
		content: "\f017";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.bug-sended h1:before,
	.bug-sended h5:before {
		color: #3333cc;
		content: "\f003";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.bug-no-answer h1:before,
	.bug-no-answer h5:before {
		color: #cccc33;
		content: "\f023";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.bug-yes-answer h1:before,
	.bug-yes-answer h5:before {
		color: #cccc33;
		content: "\f003";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.bug-notsolved h5:before {
		color: #ff0033;
		content: "\f023";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.bug-cancel h5:before {
		color: #ff3366;
		content: "\f05e";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.bug-ok h5:before {
		color: #6ecf26;
		content: "\f058";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.bug-cveid h5:before {
		color: #6ecf26;
		content: "\f091";
		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;
	}
	.applied .member-name h5:before {
		color: #486fe8;
		content: "\f007";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.applied .member-points p:before {
		color: #486fe8;
		content: "\f006";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	.applied .member-bugs p:before {
		color: #486fe8;
		content: "\f188";
		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. BUG LEVEL TYPES
	---------------------------------------------------------------*/
	.bug_level {
		padding : 5px 15px;
	}
	.bug_level.low {
		color: #222;
		background-color: rgb(110, 207, 38);
	}
	.bug_level.medium {
		color: #222;
		background-color: rgb(255, 225, 0);
	}
	.bug_level.high {
		color: #222;
		background-color: rgb(255, 96, 96);
	}
	.bug_level_low {
		color: rgb(144, 238, 144) !important;
	}
	.bug_level_medium {
		color: rgb(255, 255, 0) !important;
	}
	.bug_level_high {
		color: rgb(255, 0, 0) !important;
	}
	
	.badge.full-time {
		background: #6ecf26;
	}

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

	.badge.freelance {
		background: #72d2ff;
	}

	.badge.temporary {
		background: #c20000;
	}

	.badge.internship {
		background: #0064c2;
	}

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

	.featured-job {
		color: #888;
	}

		.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;
		}

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

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

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

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

			.featured-job .part-time i {
				color: #ff6c00;
			}

			.featured-job .freelance i {
				color: #72d2ff;
			}

			.featured-job .sallary i,
			.featured-job .experience i {
				color: #486fe8;
			}

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

	/* 5.4. RESUME
	---------------------------------------------------------------*/

	.work-experience h4 {
		color: #222;
		font-size: 1em;
		line-height: 1.5em;
	}

	.work-experience h5 {
		color: #486fe8;
		font-family: "Montserrat", Arial;
		font-size: 1em;
		line-height: 1.5em;
		text-transform: uppercase;
	}

	.work-experience .img-circle {
		background: #486fe8;
		color: #fff;
		font-size: 30px;
		height: 78px;
		line-height: 78px;
		margin: 5px 0 30px;
		text-align: center;
		width: 100%;
	}

	#widget-contact ul {
		line-height: 2em;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#widget-contact ul li i {
			color: #486fe8;
			width: 25px;
		}
	
	#widget-rating ul {
		line-height: 2em;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#widget-rating ul li i {
		color: #486fe8;
		width: 25px;
	}

	#skills .badge {
		margin-right: 5px;
	}

	.dashed {
		border-top: 1px dashed #e7e7e7;
		margin: 15px 0;
	}

/* 6. FEATURED COMPANIES
-------------------------------------------------------------------*/

#featured-companies {
	list-style: none;
	padding: 0;
}

	#featured-companies li {
		margin: 0 0 30px;
	}

		#featured-companies li a {
			background: #fff;
			display: block;
			height: 100px;
			position: relative;
			text-align: center;
		}

			#featured-companies li a img {
				max-width: 100%;
			}

			#featured-companies li a span {
				background: #486fe8;
				border-radius: 50%;
				font-family: "Montserrat", Arial;
				height: 30px;
				line-height: 24px;
				position: absolute;
				right: -5px;
				top: -5px;
				width: 30px;
			}

/* 7. PARALLAX
-------------------------------------------------------------------*/

.parallax {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

	.parallax .tint {
		background: #000;
		height: 100%;
		left: 0;
		opacity: 0.7;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.parallax h1 {
		color: #fff;
	}

#stats {
	background-image: url(http://placehold.it/1400x900.jpg);
}

#testimonials {
	background-image: url(http://placehold.it/1400x900.jpg);
}

/* 8. JOBSEEK APP & CONTACT
-------------------------------------------------------------------*/

#app {
	padding: 50px 0 0;
}

#phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}

#contact .help-block {
	color: #fff;
}

#contact .help-success {
	color: #fff;
	font-family: "Montserrat", Arial;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 30px;
	text-transform: uppercase;
}

/* 9. JOBSEEK STATS
-------------------------------------------------------------------*/

#counter {
	margin: 40px;
	position: relative;
}

.counter {
	border: 2px solid #486fe8;
	border-radius: 50%;
	display: inline-block;
	font-family: "Montserrat", Arial;
	font-weight: bold;
	height: 130px;
	letter-spacing: -0.05em;
	line-height: 2em;
	margin: 10px;
	padding-top: 41px;
	text-transform: uppercase;
	width: 130px;
}

	.counter .number {
		color: #fff;
		font-size: 32px;
	}

	.counter .description {
		color: #486fe8;
	}

/* 10. PLANS & PRICING
-------------------------------------------------------------------*/

.pricing {
	margin-top: 50px;
}

.pricing ul {
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	list-style: none;
	padding: 0;
	position: relative;
	top: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.pricing ul:hover {
	top: -15px;
}

.pricing ul li {
	border-bottom: 1px solid #e7e7e7;
	padding: 15px;
	min-height : 80px;
}

.pricing ul li:nth-child(2n) {
	background: #f8f8f8;
}

.pricing .title {
	background: #222;
	border: 0;
	color: #fff;
	font-family: "Montserrat", Arial;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 50px 0 0;
	text-transform: uppercase;
}

.popular .title {
	background: #486fe8;
}

.pricing .price {
	background: #222 !important;
	color: #486fe8;
	font-family: "Montserrat", Arial;
	font-size: 54px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1em;
	padding: 0 0 50px;
	text-transform: uppercase;
}

.popular .price {
	background: #486fe8 !important;
	color: #222;
}

/* 11. TESTIMONIALS
-------------------------------------------------------------------*/

#testimonials .owl-carousel {
	margin: 50px 0;
	text-align: left;
}

	#testimonials .owl-carousel blockquote {
		border: 0;
		color: #fff;
		font-size: 18px;
		font-style: italic;
		padding: 0;
	}

		#testimonials .owl-carousel blockquote footer {
			color: #486fe8;
			font-style: normal;
			font-weight: bold;
		}

			#testimonials .owl-carousel blockquote footer::before {
				display: none;
			}

			#testimonials .owl-carousel blockquote footer cite {
				color: #fff;
				display: block;
				font-style: normal;
				font-weight: normal;
			}

#testimonials-long blockquote {
	border: 0;
	padding: 0;
}

/* 12. BLOG
-------------------------------------------------------------------*/

	/* 12.1. HOME PAGE BLOG
	---------------------------------------------------------------*/

	#blog .owl-carousel {
		margin-top: 50px;
	}

		#blog .owl-carousel img {
			margin-bottom: 25px;
		}

		#blog .owl-carousel h4 {
			color: #222;
		}

		#blog .owl-carousel h5 {
			color: #486fe8;
			font-weight: normal;
			margin: 10px 0 25px;
			text-transform: uppercase;
		}

			#blog .owl-carousel h5 span {
				margin-right: 20px;
			}

				#blog .owl-carousel h5 span i {
					margin-right: 10px;
				}

	#blog .owl-controls i {
		color: #e7e7e7;
	}

		#blog .owl-controls i:hover {
			color: #ccc;
		}

	/* 12.2. BLOG POSTS
	---------------------------------------------------------------*/

	.post h2 {
		margin: 0;
	}

		.post h2::after {
			display: none;
		}

	.meta {
		margin: 0.5em 0 2em;
	}

		.meta span {
			margin-right: 20px;
		}

		.meta i {
			color: #486fe8;
			margin-right: 5px;
		}

		.post .meta::after {
			background: #486fe8;
			content: "";
			display: block;
			height: 5px;
			margin-top: 10px;
			width: 60px;
		}

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

		.share li {
			float: left;
			margin-right: 5px;
		}

			.share li h5 {
				margin: 7px 10px 0 0;
			}

	.tags {
		border-bottom: 1px solid #e7e7e7;
		border-top: 1px solid #e7e7e7;
		display: table;
		list-style: none;
		margin: 3em 0;
		padding: 10px 0;
		width: 100%;
	}

		.tags li {
			float: left;
			margin-right: 15px;
		}

	#author {
		margin: 3em 0;
	}

		#author p {
			margin: 0.5em 0;
		}

		#author .social {
			display: table;
			list-style: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}

			#author .social li {
				float: left;
				margin-right: 5px;
			}

				#author .social li a {
					color: #d8d8d8;
				}

					#author .social li a:hover {
						color: #bbb;
					}

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

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

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

	/* 12.3. BLOG SIDEBAR
	---------------------------------------------------------------*/

	.sidebar-links {
		margin-bottom: 50px;
	} 

		.sidebar-links ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.sidebar-links li a {
				background: url(../images/bullet.png) no-repeat 10px 18px;
				border-bottom: 1px solid #e7e7e7;
				display: block;
				padding: 10px 10px 10px 25px;
			}

				.sidebar-links li a:hover {
					background: #f8f8f8 url(../images/bullet.png) no-repeat 15px 18px;
				}

				.sidebar-links li a span {
					display: block;
					color: #888;
					margin: 0;
				}

	.fa-stack {
		color: #486fe8;
	}

/* 13. CLIENTS
-------------------------------------------------------------------*/

#clients .owl-carousel {
	padding: 20px 70px 0;
}

#clients img {
	margin-top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#clients a {
	opacity: 0.4;
}

	#clients a:hover {
		opacity: 1;
	}

#clients .owl-controls i {
	color: #e7e7e7;
}

	#clients .owl-controls i:hover {
		color: #ccc;
	}

#clients .owl-controls .owl-prev,
#clients .owl-controls .owl-next {
	position: absolute;
	top: 65px;
}

#clients .owl-controls .owl-prev {
	left: 0;
}

#clients .owl-controls .owl-next {
	right: 0;
}

/* 14. PARTNERS
-------------------------------------------------------------------*/

.partners-member {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
}

	.partners-member h5 {
		margin-top: 2em;
	}

	.partners-member h6 {
		margin: 0.5em 0 2em;
	}

/* 15. FOOTER
-------------------------------------------------------------------*/

#prefooter {
	background: #222;
	padding: 50px 0;
}
#prefooter h2 {
	color: #fff;
	margin-bottom: 25px;
}
#prefooter li {
	list-style : none;
	margin-bottom: 15px;
}
#prefooter li a {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
	color: #fff;
}
#prefooter li a:hover {
	text-decoration : underline;
}
	/* 15.1. NEWSLETTER
	---------------------------------------------------------------*/

	#newsletter .form-control {
		border: 0;
		border-radius: 3px 0 0 3px;
		height: 35px;
		width: 330px;
	}

	#newsletter .btn {
		border-radius: 0 3px 3px 0;
		left: -2px;
		position: relative;
	}

	/* 15.2. SOCIAL NETWORKS
	---------------------------------------------------------------*/

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

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

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

			#social-networks h2::after {
				position: absolute;
				right: 15px;
			}

	/* 15.3. CREDITS
	---------------------------------------------------------------*/

	#credits {
		background: #181818;
		padding: 25px 0;
	}

/* 16. REGISTER & LOGIN FORMS
-------------------------------------------------------------------*/

.popup {
	background: rgba(0,0,0,0.8);
	display: none;
	left: 0;
	min-height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 40000;
}

	.popup form {
		background: #fff;
		border-radius: 0 0 5px 5px;
		padding: 30px;
	}

	.popup hr {
		margin: 30px 0;
	}

	.popup .btn {
		color: #fff;
		margin: 5px 0;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

.popup-form {
	left: 50%;
	margin: 60px 0 60px -150px;
	position: absolute;
	top: 0;
	width: 300px;
}

.popup-header {
	background: #486fe8;
	border-radius: 5px 5px 0 0;
	padding: 30px;
}

	.popup-header h2 {
		color: #fff;
		margin: 0;
		padding: 0;
	}

		.popup-header h2::after {
			display: none;
		}

.social-login, .forgot-password {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.social-login .btn i {
		margin-right: 10px;
	}

	.social-login .btn-facebook {
		background: #2e5898;
	}

		.social-login .btn-facebook:hover {
			background: #244576;
		}

	.social-login .btn-google {
		background: #d84a38;
	}

		.social-login .btn-google:hover {
			background: #b73827;
		}

	.social-login .btn-linkedin {
		background: #1C87BD;
	}

		.social-login .btn-linkedin:hover {
			background: #186d97;
		}

/* 17. MOBILE SITES
-------------------------------------------------------------------*/

	/* 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;
		}
		.bugs .city {
			width: 160px;
		}

		.bugs .type {
			width: 130px;
		}

		.bugs .sallary {
			width: 80px;
		}

		.bugs .experience {
			width: 120px;
		}

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

		#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;
		}

		.jobs img,
		.jobs .title {
			float: left;
			margin-bottom: 15px;
		}

		.jobs .data {
			clear: both;
			display: block;
			float: none;
		}

		.jobs .data span {
			padding: 0;
		}
		.bugs img,
		.bugs .title {
			float: left;
			margin-bottom: 15px;
		}

		.bugs .data {
			clear: both;
			display: block;
			float: none;
		}

		.bugs .data span {
			padding: 0;
		}

		#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;
		}
		.bugs a div[class*="col"],
		.bugs .applied 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: #486fe8;
		}

		.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;
		}
		.bugs .data span {
			display: block;
		}

		#searchbox {
			background: #486fe8;
			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;
		}

		.bug-title p {
			padding-left: 20px;
			position: relative;
		}
		.bug-title p:before {
			color: #486fe8;
			content: "\f1ad";
			font-family: "FontAwesome";
			left: 0;
			position: absolute;
			top: 0;
		}
		
		.job-title p {
			padding-left: 20px;
			position: relative;
		}
		.job-title p:before {
			color: #486fe8;
			content: "\f1ad";
			font-family: "FontAwesome";
			left: 0;
			position: absolute;
			top: 0;
		}

		.job-location {
			padding-left: 35px;
			position: relative;
		}
		.bug-date {
			padding-left: 35px;
			position: relative;
		}
		.member-name p {
			padding-left: 20px;
			position: relative;
		}
		.member-name p:before {
			color: #486fe8;
			content: "\f007";
			font-family: "FontAwesome";
			left: 0;
			position: absolute;
			top: 0;
		}
		.member-points p {
			padding-left: 20px;
			position: relative;
		}
		.member-points p:before {
			color: #486fe8;
			content: "\f006";
			font-family: "FontAwesome";
			left: 0;
			position: absolute;
			top: 0;
		}
		.member-bugs p {
			padding-left: 20px;
			position: relative;
		}
		.member-bugs p:before {
			color: #486fe8;
			content: "\f188";
			font-family: "FontAwesome";
			left: 0;
			position: absolute;
			top: 0;
		}
		
	}
	
	
	
/* Timeline */
.timeline {
  position: relative;
  list-style: none;
  padding: 20px 0 0 0;
  left: 50%;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #0c0c0c;
  opacity: 0.15;
  left: 0;
  margin-left: -2px;
}
.timeline-hairline.timeline:before {
  width: 2px;
  margin-left: -1px;
}
.timeline li {
  position: relative;
  display: block;
  width: 50%;
  left: -50%;
  white-space: nowrap;
  min-height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-entry {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  vertical-align: top;
  margin: 0 -3px 0 0;
  white-space: normal;
}
.timeline-entry .card {
  position: relative;
  margin-right: 30px;
}
.timeline-entry .card img,
.timeline-entry .card .fa,
.timeline-entry .card .md,
.timeline-entry .card .glyphicon {
  margin-right: 10px;
}
.timeline-entry .card-body {
  margin-right: 10px;
  text-align : right;
}
.timeline-inverted .card-body {
  margin-left: 10px;
  text-align : left;
}
.timeline-inverted .timeline-entry {
  left: 100%;
}
.timeline-inverted .timeline-entry .card {
  margin-left: 30px;
  margin-bottom: 15px;
  margin-right: 0;
}
.timeline-entry .card:after {
  content: "";
  position: absolute;
  top: 16px;
  right: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #ffffff;
}
.timeline-inverted .timeline-entry .card:after {
  right: auto;
  left: -9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline-entry .card.style-default-dark:after {
  border-color: transparent transparent transparent #20252b;
}
.timeline-entry .card.style-default:after {
  border-color: transparent transparent transparent #e5e6e6;
}
.timeline-entry .card.style-default-light:after {
  border-color: transparent transparent transparent #f2f3f3;
}
.timeline-entry .card.style-default-bright:after {
  border-color: transparent transparent transparent #ffffff;
}
.timeline-entry .card.style-primary:after {
  border-color: transparent transparent transparent #0aa89e;
}
.timeline-entry .card.style-primary-light:after {
  border-color: transparent transparent transparent #7dd8d2;
}
.timeline-entry .card.style-primary-dark:after {
  border-color: transparent transparent transparent #066265;
}
.timeline-entry .card.style-primary-bright:after {
  border-color: transparent transparent transparent #caf0ee;
}
.timeline-entry .card.style-accent:after {
  border-color: transparent transparent transparent #9c27b0;
}
.timeline-entry .card.style-accent-light:after {
  border-color: transparent transparent transparent #c77bd4;
}
.timeline-entry .card.style-accent-dark:after {
  border-color: transparent transparent transparent #681a7f;
}
.timeline-entry .card.style-accent-bright:after {
  border-color: transparent transparent transparent #e9c9ef;
}
.timeline-entry .card.style-success:after {
  border-color: transparent transparent transparent #4caf50;
}
.timeline-entry .card.style-warning:after {
  border-color: transparent transparent transparent #ff9800;
}
.timeline-entry .card.style-danger:after {
  border-color: transparent transparent transparent #f44336;
}
.timeline-entry .card.style-info:after {
  border-color: transparent transparent transparent #2196f3;
}
.timeline-circ {
  position: absolute;
  top: 15px;
  left: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: -10px;
  text-align: center;
  background: #969c9c;
  color: #ffffff;
  border-width: 3px;
  border-style: solid;
  border-color: #fff !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.timeline-circ .glyphicon,
.timeline-circ .fa,
.timeline-circ .md {
  top: 0;
  margin: 0;
}
.timeline-circ.circ-lg {
  top: 10px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.timeline-circ.circ-lg .glyphicon,
.timeline-circ.circ-lg .fa,
.timeline-circ.circ-lg .md {
  font-size: 14px;
  line-height: 24px;
}
.timeline-circ.circ-xl {
  top: 6px;
  width: 38px;
  height: 38px;
  margin-left: -19px;
}
.timeline-circ.circ-xl .glyphicon,
.timeline-circ.circ-xl .fa,
.timeline-circ.circ-xl .md {
  font-size: 18px;
  line-height: 32px;
}
.timeline.no-shadow .card,
.timeline.no-shadow .timeline-circ {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline.no-card-shadow .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .timeline.collapse-xs {
    left: 0;
  }
  .timeline.collapse-xs:before {
    left: 10px;
  }
  .timeline.collapse-xs li {
    left: 0;
    width: 100%;
  }
  .timeline.collapse-xs .timeline-entry {
    left: 0 !important;
  }
  .timeline.collapse-xs .timeline-entry .card {
    margin-left: 40px !important;
    margin-right: 0;
  }
  .timeline.collapse-xs .timeline-entry .card:after {
    right: auto;
    left: -9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .timeline.collapse-xs .timeline-circ {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .timeline.collapse-sm {
    left: 0;
  }
  .timeline.collapse-sm:before {
    left: 10px;
  }
  .timeline.collapse-sm li {
    left: 0;
    width: 100%;
  }
  .timeline.collapse-sm .timeline-entry {
    left: 0 !important;
  }
  .timeline.collapse-sm .timeline-entry .card {
    margin-left: 40px !important;
    margin-right: 0;
  }
  .timeline.collapse-sm .timeline-entry .card:after {
    right: auto;
    left: -9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .timeline.collapse-sm .timeline-circ {
    left: 10px;
  }
}
@media (max-width: 1199px) {
  .timeline.collapse-md {
    left: 0;
  }
  .timeline.collapse-md:before {
    left: 10px;
  }
  .timeline.collapse-md li {
    left: 0;
    width: 100%;
  }
  .timeline.collapse-md .timeline-entry {
    left: 0 !important;
  }
  .timeline.collapse-md .timeline-entry .card {
    margin-left: 40px !important;
    margin-right: 0;
  }
  .timeline.collapse-md .timeline-entry .card:after {
    right: auto;
    left: -9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .timeline.collapse-md .timeline-circ {
    left: 10px;
  }
}
.timeline.collapse-lg {
  left: 0;
}
.timeline.collapse-lg:before {
  left: 10px;
}
.timeline.collapse-lg li {
  left: 0;
  width: 100%;
}
.timeline.collapse-lg .timeline-entry {
  left: 0 !important;
}
.timeline.collapse-lg .timeline-entry .card {
  margin-left: 40px !important;
  margin-right: 0;
}
.timeline.collapse-lg .timeline-entry .card:after {
  right: auto;
  left: -9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline.collapse-lg .timeline-circ {
  left: 10px;
}
#title_404 {
	min-height : 400px;
}
#bugs, #profile {
	min-height : 530px;
}
#story {
	min-height : 530px;
	text-align : justify;
}
.vcenter {
	margin-top: 10px;
}
.breadcrumb {
	background-color : #fff;
}

/* Header */
/* ------------------------------------------------------ */

#header {
	padding : 0px;
	position: relative;
	background: #ffffff;
}

#header a {
	text-decoration: none;
}

/* Header Nav Bar */
#header .header-nav-bar {
	position: relative;
	width: 100%;
	padding : 0px;
}

#header .header-nav-bar .primary-nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .header-nav-bar .primary-nav > li {
	position: relative;
	float: left;
	margin: 0 0 0 25px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	color: #808080;
}

#header .header-nav-bar .primary-nav > li.active {
	color: #303C42;
}

#header .header-nav-bar .primary-nav > li:hover {
	color: #486fe8;
}

#header .header-nav-bar .primary-nav > li:first-child {
	margin: 0;
}

#header .header-nav-bar .primary-nav > li > a {
	position: relative;
	display: block;
	padding: 0 5px;
	border-bottom: 3px solid transparent;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	color: inherit;
}

#header .header-nav-bar .primary-nav > li.active > a {
	border-bottom-color: #486fe8;
}

#header .header-nav-bar .primary-nav:hover > li.active > a {
	border-bottom-color: transparent;
}

#header .header-nav-bar .primary-nav:hover > li:hover > a,
#header .header-nav-bar .primary-nav:hover > li.active:hover > a {
	border-bottom-color: #486fe8;
}

/* Sub Menus */
#header .header-nav-bar .primary-nav ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	margin: -3px 0 0 0;
	padding: 0;
	border-top: 3px solid #486fe8;
	list-style: none;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out .05s;
	-moz-transition: all 0.25s ease-out .05s;
	-o-transition: all 0.25s ease-out .05s;
	transition: all 0.25s ease-out .05s;
}

#header .header-nav-bar .primary-nav li:hover > ul,
#header .header-nav-bar .primary-nav li.hover > ul {
	visibility: visible;
	opacity: 1;
}

#header .header-nav-bar .primary-nav > li > ul ul {
	top: 0;
	left: 100%;
	padding-left: 5px;
	border-top: 0;
	margin-top: 0;
}

#header .header-nav-bar .primary-nav ul > li {
	position: relative;
	color: #ffffff;
}

#header .header-nav-bar .primary-nav ul > li > a {
	display: block;
	padding: 10px 20px;
	width: 200px;
	border-bottom: 1px solid #1a1a1a;
	background: #343434;
	color: inherit;
	line-height: 20px;
}

#header .header-nav-bar .primary-nav ul > li.has-submenu > a {
	padding: 10px 40px 10px 20px;
}

#header .header-nav-bar .primary-nav ul > li:hover > a,
#header .header-nav-bar .primary-nav ul > li.hover > a,
#header .header-nav-bar .primary-nav ul > li.active > a {
	background: #486fe8;
}

#header .header-nav-bar .primary-nav > li > ul ul > li:first-child > a {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#header .header-nav-bar .primary-nav ul > li:last-child > a {
	border-bottom: 0;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#header .header-nav-bar .primary-nav > li .submenu-arrow {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 0;
	width: 40px;
	height: 40px;
	color: inherit;
	text-align: center;
	font-size: 10px;
	line-height: 40px;
	cursor: pointer;
}

#header .header-nav-bar .primary-nav > li .submenu-arrow:before {
	content: '\f054';
	font-family: 'FontAwesome';
}

#header .header-nav-bar .primary-nav > li > .submenu-arrow:before {
	content: '\f078';
}

#header .header-nav-bar .primary-nav > li.has-submenu {
	padding-right: 15px;
}

#header .header-nav-bar .primary-nav > li > .submenu-arrow {
	width: 20px;
	height: 100px;
	text-align: right;
	line-height: 100px;
}

#header.header-style-2 .header-nav-bar .primary-nav > li {
	margin: 0;
	padding: 25px 0;
	border-bottom: 3px solid transparent;
}

#header.header-style-2 .header-nav-bar .primary-nav > li > a {
	padding: 5px 20px;
	border: 0;
	border-right: 1px solid #e6e6e6;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 20px;
	height: auto;
}

#header.header-style-2 .header-nav-bar .primary-nav > li:first-child > a {
	border-left: 1px solid #e6e6e6;
}

#header.header-style-2 .header-nav-bar .primary-nav > li > a > span {
	position: relative;
	display: block;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 20px;
}

#header.header-style-2 .header-nav-bar .primary-nav > li.active {
	border-bottom-color: #486fe8;
}

#header.header-style-2 .header-nav-bar .primary-nav:hover > li.active {
	border-bottom-color: transparent;
}

#header.header-style-2 .header-nav-bar .primary-nav:hover > li:hover,
#header.header-style-2 .header-nav-bar .primary-nav:hover > li.active:hover {
	border-bottom-color: #486fe8;
}


/* Medium - MD */
/* ------------------------------------------------------ */

/* Small to Mobile - SM to XS */
/* ------------------------------------------------------ */

@media (max-width: 991px) {

	#mobile-menu-toggle {
		display: block;
	}
	/* Header Nav Bar */
	#header .header-nav-bar .primary-nav {
		float: none;
		overflow: hidden;
		margin-bottom: 30px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	#header .header-nav-bar .primary-nav > li {
		float: none;
		margin-left: 0;
	}

	#header .header-nav-bar .primary-nav li > a,
	#header .header-nav-bar .primary-nav ul > li > a {
		padding: 5px 15px;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #1a1a1a;
		background: #fff;
		text-transform: none;
		font-weight: normal;
		line-height: 24px;
	}

	#header .header-nav-bar .primary-nav > li:last-child > a {
		border-bottom: 0;
	}


	#header .header-nav-bar .primary-nav > li.active > a,
	#header .header-nav-bar .primary-nav > li:hover > a,
	#header .header-nav-bar .primary-nav > li.hover > a {
		border-bottom-color: #1a1a1a;
		background: #486fe8;
		color: #ffffff;
	}

	#header .header-nav-bar .primary-nav:hover > li:hover > a,
	#header .header-nav-bar .primary-nav:hover > li.active > a,
	#header .header-nav-bar .primary-nav:hover > li.active:hover > a {
		border-bottom-color: #1a1a1a;
	}

	#header .header-nav-bar .primary-nav > li.active > a {
		cursor: default;
	}

	#header .header-nav-bar .primary-nav ul,
	#header .header-nav-bar .primary-nav li:hover > ul,
	#header .header-nav-bar .primary-nav > li > ul ul {
		position: relative;
		top: auto;
		left: auto;
		display: none;
		visibility: visible;
		padding: 0;
		border-top: 0;
		opacity: 1;
		margin-top: 0;
	}

	#header .header-nav-bar .primary-nav li.hover > ul {
		display: block;
	}

	#header .header-nav-bar .primary-nav ul > li {
		position: relative;
	}

	#header .header-nav-bar .primary-nav ul > li.has-submenu > a {
		padding: 5px 30px 5px 15px;
	}

	#header .header-nav-bar .primary-nav > li > ul ul > li:first-child > a,
	#header .header-nav-bar .primary-nav ul > li:last-child > a {
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	#header .header-nav-bar .primary-nav ul > li:last-child > a {
		border-bottom: 1px solid #1a1a1a;
	}

	#header .header-nav-bar .primary-nav > li.has-submenu {
		padding-right: 0;
	}

	#header .header-nav-bar .primary-nav > li > .submenu-arrow,
	#header .header-nav-bar .primary-nav ul > li > .submenu-arrow {
		width: 30px;
		height: 34px;
		text-align: center;
		line-height: 34px;
	}

	#header .header-nav-bar .primary-nav > li.has-submenu > ul > li > a {
		padding-left: 30px;
		background: #3c3c3c;
	}

	#header .header-nav-bar .primary-nav > li.has-submenu > ul > li > ul > li > a {
		padding-left: 45px;
		background: #454545;
	}

	#header .header-nav-bar .primary-nav > li.has-submenu > ul > li > ul > li > ul > li > a {
		padding-left: 60px;
		background: #4d4d4d;
	}

	#header .header-nav-bar .primary-nav > li.has-submenu > ul li:hover > a,
	#header .header-nav-bar .primary-nav > li.has-submenu > ul li.hover > a {
		background: #486fe8;
	}

	#header .header-nav-bar .primary-nav > li .submenu-arrow:before {
		content: '\f054';
		color: #ffffff;
	}

	#mobile-search-toggle {
		display: block;
	}

}






/* Mobile - XS */
/* ------------------------------------------------------ */

@media (max-width: 767px) {

	#mobile-menu-container .btn.clone {
		display: inline-block;
		margin-bottom: 15px;
		padding-right: 0;
		padding-left: 0;
		width: 50%;
		-webkit-border-radius:  0 3px 3px 0;
		border-radius:  0 3px 3px 0;
		text-align: center;
	}

	#mobile-menu-container .btn.clone:first-child {
		border-right: 1px solid #486fe8;
		-webkit-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
	}
}
.bug_info {
	border: 1px solid #486fe8;
	padding : 5px;
	margin : 5px 0;
	background-color : #f8f8f8;
}
.bug_tr_info {
	border: 1px solid #486fe8;
	padding : 5px;
	margin : 5px 0;
	background-color : #fff;
}
.template_select {
	padding-left : 20px;
}
.form-label-control {
	width : 20px;
}

.dataTables_paginate {
	border-top: 1px solid #e7e7e7;
	color: #888;
	display: block;
	padding: 15px 0;
	position: relative;
	width: 100%;
	float : right;
	text-align : right;
}
.dataTables_paginate a {
	display : inline;
	padding: 15px;
	border-bottom: 0px solid #e7e7e7;
}
.dataTables_paginate a.current {
	text-decoration : underline;
}
.dataTables_wrapper  .dataTables_length{
	width : 49%;
	float : left;
}
.dataTables_wrapper  #country_bugs_data_filter{
	width : 50%;
	float : right;
	text-align : right;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }


.strength0 {
	background:#B20E37;
	width:100%;
	text-align: center;
	font-weight: bold;
}

.strength1 {
	background:#D32847;
	width:100%;
	text-align: center;
	font-weight: bold;
}

.strength2 {
	background:#ff5f5f;
	width:100%;
	text-align: center;
	font-weight: bold;
}

.strength3 {
	background:#83D680;
	width:100%;
	 text-align: center;
	font-weight: bold;
}

.strength4 {
	background:#4dcd00;
	width:100%;
	 text-align: center;
	font-weight: bold;
}

.strength5 {
	background:#399800;
	width:100%;
	text-align: center;
	font-weight: bold;
}
