/*
Golf Points Index CSS Stylesheet
*/

/*===================
	import fonts
===================*/
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800|Playfair+Display:400,700,900|Roboto+Condensed:400,700');

/*===================
	general
===================*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #888;
	font-family: 'Muli', sans-serif;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	color: #017D2C;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

a {
	color: #017D2C;
	text-decoration: underline;
}
a:hover{
	color: #86c724;
}

p {
	margin: 8px 0 10px 0;
	line-height: 18px;
}

/*===================
	button
===================*/
.button {
	background: #86c724;
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 4px 12px;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 400;
}

.button2 {
	background: #017D2C;
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 4px 12px;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 400;
	float: left;
	margin-right: 10px;
}

.button2 a {
	color: #fff;
}

.button2 a:hover {
	color: #86c724;
}

.buttonLg {
	background: #86c724;
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 12px 12px;
	border-radius: 2px;
	font-size: 24px;
	font-weight: 700;
}

.buttonLg a {
	color: #fff;
	text-decoration: none;
}

.buttonLg a:hover {
	color: #fff;
	text-decoration: none;
	background: #075B24;
	border: 0;
	border-color: transparent;
	padding: 4px 12px;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 400;
}

/*===================
	navbar
===================*/
.navbar {
	width: 100%;
	height: 70px;
	padding: 15px 0;
	z-index: 9;
	background: #86c724;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-bottom: 2px solid #017D2C;
}

.navbar .panel-control-right {
	float: right;
	font-size: 20px;
}

.navbar .panel-control-left {
	float: left;
	font-size: 20px;
}

.site-title {
	display: inline-block;
	float:right;
	position: relative;
	top: -3px;
}

.site-title h1 {
	font-size: 28px;
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #86c724;
	padding-top: 2px;
	font-family: 'Playfair Display', serif;
}

.site-title h1 i {
	color: #86c724;
	font-size: 32px;
	margin-left: 2px;
}

.side-nav a {
	padding: 0 16px;
	text-decoration: none;
}

.side-nav a:hover {
	background: transparent;
	text-decoration: bold;
}

/*panel control left*/
.panel-control-left .sidenav-control-left i {
	color: #33261c;
}

.panel-control-left ul {
	padding-top: 20px;
	padding: 10px 0;
}

.panel-control-left ul li {
	
}

.panel-control-left ul li a {
	font-size: 14px;
}

.panel-control-left .side-nav li a i {
	margin-right: 5px;
	color: #86c724;
}

.panel-control-left .side-nav .collapsible-header {
	font-size: 14px;
	color: rgba(0,0,0,0.87);
}

.panel-control-left .side-nav .collapsible-header span i {
	float: right;
	text-align: right;
	font-size: 12px;
}

.panel-control-left .side-nav .collapsible-header:hover {
	background: transparent;
}

.panel-control-left .side-nav .collapsible-header.active {
	border-bottom: dotted 1px #ddd;
}

.panel-control-left .side-nav li.active {
	border-bottom: solid 1px #eee;
	background: transparent;
}

.panel-control-left .side-nav .collapsible-header i {
	color: #86c724;
	font-size: 16px;
	width: 24px;
	margin-right: 5px;
	text-align: left;
}

.panel-control-left .collapsible-body ul {
	padding: 0 0 0 0;
	margin: 0;
}

.panel-control-left .collapsible-body ul li a {
	padding-left: 45px;
	height: 40px;
	line-height: 40px;
}

.panel-control-left .categories-in li {
	line-height: 40px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
	height: 36px;
	line-height: 36px;
}

.panel-control-left .categories-in .collapsible-header {
	padding-left: 45px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
	padding-left: 60px;
}

/*===================
	slider
===================*/
.slider-slick {
	position: relative;
	overflow: hidden;
}

.slider-slick .slider-entry {
	position: relative;
	height: 320px;
}


@media (min-width: 768px) {
	.slider-slick .slider-entry {
		position: relative;
		height: 430px;
	}
}

.slider-slick .overlay {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

.slider-slick img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-slick .caption {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 15%;
	color: #fff;
	z-index: 999;
	overflow-wrap: break-word;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
}

.slider-slick .caption h2 {
	letter-spacing: 1px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
}

.slider-slick .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
}

.slider-slick .slick-dots li {
	width: auto;
}

.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.slider-slick .slick-dots li.slick-active button {
	background: #86c724;
}

.slider-slick .slick-dots li button::before {
	font-size: 0;
	color: transparent;
}

.slick-prev, .slick-next {
	top: 50%;
}

.slider-slick .slick-next {
	right: 10px;
}

.slider-slick .slick-prev {
	left: 10px;
	z-index: 1;
}

.slick-prev::before {
	content: "\f053";
	font-family: FontAwesome;
	color: #eee;
}

.slick-next::before {
	content: "\f054";
	font-family: FontAwesome;
	color: #eee;
}

/*===================
	form search
===================*/
.form-search {
	position: relative;
	top: -45px;
	margin-bottom: -45px;
	padding-bottom: 40px;
}

.form-search-entry {
	background: #fff;
    background-size: cover;
	padding: 25px 20px 20px;
	border-radius: 1px;
	border: 1px solid #ddd;
	border-top: 2px solid #ddd;
}

.form-search-entry input {
	background: #fff;
	border-color: #ddd !important;
}

.form-search-entry .select-wrapper input.select-dropdown {
	background: #fff;
	border-color: #ddd;
	color: #999;
	line-height: 20px;
}

.form-search-entry .select-wrapper span.caret {
	right: 10px;
	color: #777;
	z-index: 1;
}

.form-search-entry .dropdown-content li > a, .dropdown-content li > span {
	color: #888;
}

.form-search-entry .row {
	margin-bottom: 0;
}

/*===================
	job category
===================*/
.job-category .entry {
	text-align: center;
	border: 1px solid #ccc;
	padding: 20px;
	border-bottom: 2px solid #ccc;
	border-radius: 3px;
}

.job-category .entry i {
	font-size: 25px;
	color: #222;
}

.job-category .entry h5 {
	font-size: 18px;
	margin-top: 8px;
}

/*===================
	jobs
===================*/
.jobs .entry {
	border: 1px solid #ddd;
}
.jobs .entry img {
	width: 100%;
	height: 100%;
}

.jobs .entry .content {
	padding: 8px 10px 12px;
}

.jobs .entry .content h5 {
	font-size: 16px;
}

.jobs .entry .content span {
	font-size: 12px;
	display: block;
}

.jobs .entry .content span i {
	margin-right: 5px;
}

.jobs .entry .content .long {
	font-weight: 700;
	background: #86c724;
	color: #fff;
	padding: 0 6px;
	font-size: 12px;
	display: inline-block;
	margin-top: 8px;	
}

.jobs .entry .content .edit {
	font-weight: 700;
	background: #86c724;
	color: #fff;
	padding: 0 6px;
	font-size: 12px;
	display: inline-block;
	margin-top: 8px;	
}
.jobs .entry .content .remove {
	font-weight: 700;
	background: #017D2C;
	color: #fff;
	padding: 0 6px;
	font-size: 12px;
	display: inline-block;
	margin-top: 8px;	
}

.jobs .entry .content .location {
	font-size: 14px;
}

.jobs .entry .content .location i {
	margin-right: 6px;
}

/*===================
	jobs promote
===================*/
.jobs-promote {
	background: url(../../images/promote.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}

.jobs-promote h4 {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

.jobs-promote .app-title,
.jobs-promote .app-title .line {
	margin-bottom: 0 !important;
}

.jobs-promote .button {
	margin-top: 5px;
}

/*===================
	jobs search
===================*/
.jobs-search-entry {
	background: #fafcfb;
    background-size: cover;
	padding: 25px 20px 20px;
	border-radius: 1px;
	border: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
}

.jobs-search-entry input {
	background: #fff;
	border-color: #ddd !important;
}

.jobs-search-entry .select-wrapper input.select-dropdown {
	background: #fff;
	border-color: #ddd;
	color: #999;
	line-height: 20px;
}

.jobs-search-entry .select-wrapper span.caret {
	right: 10px;
	color: #777;
	z-index: 1;
}

.jobs-search-entry .dropdown-content li > a, .dropdown-content li > span {
	color: #888;
}

.jobs-search-entry .row {
	margin-bottom: 0;
}
.jobs-search-entry .button {
	margin-top: 12px;
    background: #86c724;
	color: #fff;
	margin-bottom: 24px;
	width: 100%;
}
/*===================
	list jobs
===================*/
.list-jobs .head h5 {
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}

.list-jobs .head h5 span {
	color: #86c724;
}

.list-jobs .entry {
	border: 1px solid #ddd;
	border-bottom: 0;
}

.list-jobs .entry .content {
	padding: 18px 10px 14px;
	background: #fafcfb;
	border-bottom: 1px solid #ddd;
}

.list-jobs .entry .content h5 {
	font-size: 16px;
}

.list-jobs .entry .content span {
	font-size: 12px;
	display: block;
}

.list-jobs .entry .content span i {
	margin-right: 5px;
}

.list-jobs .entry .content .long {
	font-weight: 700;
	background: #86c724;
	color: #fff;
	padding: 0 6px;
	font-size: 12px;
	display: inline-block;
	margin-top: 8px;	
}

.list-jobs .entry .content .edit {
	font-weight: 700;
	background: #86c724;
	color: #fff;
	padding: 0 6px;
	font-size: 0.8em;
	display: inline-block;
	margin-top: 8px;	
}
.list-jobs .entry .content .remove {
	font-weight: 700;
	background: #86c724;
	color: #fff;
	padding: 0 6px;
	font-size: 0.8em;
	display: inline-block;
	margin-top: 8px;	
}

.list-jobs .entry .content .location {
	font-size: 14px;
}

.list-jobs .entry .content .location i {
	margin-right: 6px;
}

.list-jobs .pagination ul {
	margin-top: 20px;
	list-style: none;
	text-align: center;
}

.list-jobs .pagination ul li {
	display: inline-block;
	background: #f3f3f3;
	margin: 0 2px;
	border: 1px solid #dedede;
}

.list-jobs .pagination ul .active {
	background: #86c724;
	color: #fff;
	border-color: #86c724;
}

.list-jobs .pagination li a {
	font-size: 14px;
	line-height: 27px;
}


/*===================
	details
===================*/
.details h3 {
	font-size: 20px;
	margin-top: 10px;
}

.details img {
	width: 100%;
	height: 100%;
}

.details span {
	display: block;
}

.details .long {
	font-weight: 700;
	background: #86c724;
	color: #fff;
	padding: 0 6px;
	font-size: 12px;
	display: inline-block;
	margin-top: 8px;	
}

.details .location {
	font-size: 16px;
}

.details .location i {
	margin-right: 6px;
}

.details .calendar {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

.details .calendar li {
	display: inline-block;
	margin-right: 5px;
}

.details .button-ul li {
	display: inline-block;
}

.in-details h4 {
	font-size: 20px;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.details .post-comment {
	margin-top: 25px;
}

.details .post-comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

.details .post-comment .content textarea {
	margin-bottom: 20px;
}

.details .post-comment .content span {
	margin: 0;
	padding: 0;
	position: relative;
	top: -7px;
	color: #555;
	font-weight: 700;
}

.details .post-comment .content [type="file"] {
	margin-bottom: 20px;
}

/*===================
	rating
===================*/

.rating {
	font-size: 12px;
	margin-top: 5px;
}

.rating .active {
	color: #fecd2d;
}

/*===================
	section, title and bg
===================*/
.app-section {
	padding: 20px 0 20px 0;
}

.app-section-home {
	padding: 35px 0 30px 0;
}

.app-pages {
	margin-top: 60px;
}

.app-title {
	text-align: center;
	margin-bottom: 25px;
}

.app-title h4 {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}

.app-title i {
	color: #86c724;
	font-size: 16px;
}

.app-title .line {
	padding: 0;
	background: #86c724;
	height: 2px;
	margin: -2px auto 5px;
	width: 40px;
}

.app-title .line li {
	display: inline-block;
}

.app-title .line li i {
	color: #86c724;
}

.app-title .line .line-center {
	font-size: 20px;
	vertical-align: middle;
}

.pages-title {
	margin-bottom: 20px;
	text-align: center;
}

.pages-title h3 {
	font-size: 22px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	color: #444;
}

.app-bg-dark {
	background: #f4f4f4;
}

.app-bg-light {
	background: #fff;
}

.app-bg-light .entry {
	background: #f3f3f3;
}

.app-last-row {
	margin-bottom: 0;
}

.trash-mb {
	margin-bottom: 0;
}

/*===================
	profile candidates
===================*/
.candidates-profile .title {
	margin-top: 15px;
}

.candidates-profile .title h5 {
	font-size: 18px;
	margin-bottom: 8px;
}

.candidates-profile .head {
	text-align: center;
	background: #f9f9f9;
	padding: 20px 15px;
}

.candidates-profile .head span {
	display: block;
	margin-bottom: 8px;
}

.candidates-profile .head img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 8px;
}

.candidates-profile .head h6 {
	margin-top: 5px;
	font-size: 15px;
	color: #444;
}

.candidates-profile .head i {
	margin-right: 8px;
}

.candidates-profile .work .entry {
	background: #f9f9f9;
	padding: 20px 15px 15px;
	border-bottom: 6px solid #fff;
}

.candidates-profile .work .entry h5 {
	font-size: 17px
}

.candidates-profile .work .entry h6 {
	font-size: 14px;
	color: #555;
	margin-top: 5px
}

.candidates-profile .work .entry span {
	border-bottom: 1px solid #ddd;
	display: block;
}

.candidates-profile .education .entry {
	background: #f9f9f9;
	padding: 20px 15px 15px;
	border-bottom: 6px solid #fff;
}

.candidates-profile .education .entry h5 {
	font-size: 17px
}

.candidates-profile .education .entry h6 {
	font-size: 14px;
	color: #555;
	margin-top: 5px
}

.candidates-profile .education .entry span {
	border-bottom: 1px solid #ddd;
	display: block;
}

/*===================
	profile employers
===================*/
.employers-profile .title {
	margin-top: 15px;
}

.employers-profile .title h5 {
	font-size: 18px;
	margin-bottom: 8px;
}
.employers-profile .head {
	text-align: center;
	background: #f9f9f9;
	padding: 20px 15px;
}

.employers-profile .head img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 8px;
}

.employers-profile .head h6 {
	margin-top: 5px;
	font-size: 15px;
	color: #444;
}

.employers-profile .head i {
	margin-right: 8px;
}

.employers-profile .head p {
	margin: 0;
}

.employers-profile .benefits .entry {
	background: #f9f9f9;
	padding: 20px 15px 15px;
	border-bottom: 6px solid #fff;
}

.employers-profile .benefits .entry h5 {
	font-size: 17px
}

.employers-profile .career .entry h6 {
	font-size: 14px;
	color: #555;
	margin-top: 5px
}

.employers-profile .career .entry span {
	border-bottom: 1px solid #ddd;
	display: block;
}

.employers-profile .career .entry {
	background: #f9f9f9;
	padding: 20px 15px 15px;
	border-bottom: 6px solid #fff;
}

.employers-profile .career .entry h5 {
	font-size: 17px
}

.employers-profile .career .entry h6 {
	font-size: 14px;
	color: #555;
	margin-top: 5px
}

.employers-profile .career .entry span {
	border-bottom: 1px solid #ddd;
	display: block;
}

/*===================
	candidates
===================*/
.candidates .category .select-wrapper span.caret {
	padding-right: 12px;
}

.candidates .entry {
	background: #f9f9f9;
}

.candidates .entry img {
	width: 100%;
	height: 100%;
}

.candidates .entry .post {
	padding: 5px 12px 15px;
}

.candidates .entry .post h5 {
	font-size: 17px;
}

.candidates .entry .post span {
	color: #86c724;
	display: block;
}

/*===================
	employers
===================*/
.employers .category .select-wrapper span.caret {
	padding-right: 12px;
}

.employers .entry {
	background: #f9f9f9;
}

.employers .entry img {
	width: 100%;
	height: 100%;
}

.employers .entry .post {
	padding: 5px 12px 15px;
}

.employers .entry .post h5 {
	font-size: 17px;
}

.employers .entry .post span {
	color: #86c724;
	display: block;
}

/*===================
	blog
===================*/
.blog {
	position: relative;
}

.blog .entry {
	margin-bottom: 30px;
}

.blog .entry h5 {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
}

.blog .entry img {
	width: 100%;
	height: 100%;
}

.blog .entry .user-date ul {
	list-style: none;
}

.blog .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.blog .entry .user-date ul li a i {
	margin-right: 6px;
	color: #86c724;
}

.blog .pagination ul {
	margin-top: 40px;
	list-style: none;
	text-align: center;
}

.blog .pagination ul li {
	display: inline-block;
	background: #f3f3f3;
	margin: 0 2px;
	border: 1px solid #dedede;
}

.blog .pagination ul .active {
	background: #86c724;
	color: #fff;
	border-color: #86c724;
}

.blog .pagination li a {
	font-size: 14px;
	line-height: 27px;
}

/*===================
	blog single
===================*/
.blog-single {
	position: relative;
}

.blog-single .entry {
	margin-bottom: 30px;
}

.blog-single .entry h5 {
	font-family: 'Playfair Display', serif;
}

.blog-single .entry img {
	width: 100%;
	height: 100%;
}

.blog-single .entry .user-date ul {
	list-style: none;
}

.blog-single .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.blog-single .entry .user-date ul li a i {
	margin-right: 6px;
	color: #86c724;
}

.blog-single .share ul {
	list-style: none;
	margin-top: 15px;
}

.blog-single .share ul li {
	display: inline-block;
}

.blog-single .share ul li h6 {
	margin-right: 4px;
	position: relative;
	bottom: 2px;
}

.blog-single .share ul li a i {
	font-size: 20px;
	margin: 0 4px;
}

.blog-single .author {
	border-top: 1px solid #eee;
	padding-top: 20px;
	position: relative;
}

.blog-single .author .entry {
	overflow: hidden;
}

.blog-single .author p {
	margin: 8px 0;
}

.blog-single .author img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

.blog-single .author .entry ul {
	padding: 0;
	margin: 0;
}

.blog-single .author .entry ul li {
	display: inline-block;
	margin-right: 3px;
}

.blog-single .comment .content .entry {
	overflow: hidden;
	margin-bottom: 22px;
}

.blog-single .comment .content p {
	margin: 8px 0;
}

.blog-single .comment .content img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
}

.blog-single .comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.blog-single .comment .content {
		border-top: 1px solid #eee;
		padding-top: 20px;
		margin-top: 10px;
		padding-bottom: 10px;
	}
}

.blog-single .post-comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

.blog-single .post-comment .content textarea {
	margin-bottom: 20px;
}

/*===================
	submit job
===================*/
.submit-job .entry span {
	margin: 0;
    padding: 0;
    position: relative;
    top: -7px;
    color: #555;
    font-weight: 700;
    display: block;
}

.submit-job .entry [type="file"] {
	margin-bottom: 20px;
}

/*===================
	pagination
===================*/

.pagination-pages .pagination ul {
	margin-top: 40px;
	list-style: none;
	text-align: center;
}

.pagination-pages .pagination ul li {
	display: inline-block;
	background: #f3f3f3;
	margin: 0 2px;
	border: 1px solid #dedede;
}

.pagination-pages .pagination ul .active {
	background: #86c724;
	color: #fff;
	border-color: #86c724;
}

.pagination-pages .pagination li a {
	font-size: 14px;
	line-height: 27px;
}


/*===================
	form custom
===================*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"], 
input[type="number"],
input[type="date"],
.select-wrapper input.select-dropdown {
	border: 1px solid #ddd;	
	height: 32px;
	border-radius: 2px;
	width: 100%;
	overflow: visible;
	padding: 0 10px;
	box-sizing: border-box;
	color: #999;
	line-height: 20px;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]), 
input[type="number"]:focus:not([readonly]), 
input[type="date"]:focus:not([readonly]) {
	border-bottom: 1px solid #ddd;
	box-shadow: none;
}

textarea {
	border: 1px solid #ddd;	
	border-radius: 2px;
	width: 100%;
	overflow: visible;
	padding: 10px;
	box-sizing: border-box;
	height: auto;
	margin-bottom: 20px;
}

.picker__weekday-display {
	background-color: #86c724;
} 

.picker__nav--prev:hover, .picker__nav--next:hover {
	background: #86c724;
}

.picker__date-display {
	background-color: #86c724;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
	background-color: #86c724;
}

.picker__day.picker__day--today {
	color: #86c724;
}

/*===================
	placeholder color
===================*/
::-webkit-input-placeholder {
   color: #999;
}

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

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

:-ms-input-placeholder {  
   color: #444;  
}

/*===================
	login
===================*/ 
.login strong {
	display: block;
	position: relative;
	bottom: 5px;
}

.login .forgot {
	margin-bottom: 10px;
	display: block;
}

.login [type="checkbox"] + label {
	padding-left: 30px;
	color: #333;
}

.login [type="checkbox"]:checked + label::before {
	border-right: 2px solid #86c724;
border-bottom: 2px solid #86c724;
}

.login .button {
	margin-top: 12px;
	margin-bottom: 24px;
	width: 100%;
}

.login .create-account {
	text-align: center;
}

.login .or h5 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	background: #86c724;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	line-height: 40px;
}

.login .or .button {
	margin-top: 12px;
	margin-bottom: 12px;
}

.login .facebook {
	background: #3b5998;
}

.login .twitter {
	background: #00aced;
}

.login .google {
	background: #dd4b39;
}

/*===================
	register
===================*/
.register .button {
	margin-top: 5px;
	margin-bottom: 14px;
	width: 100%;
}

.register .login-now {
	text-align: center;
	display: block;
}

.register .or h5 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	background: #86c724;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	line-height: 40px;
}

.register .or .button {
	margin-top: 12px;
	margin-bottom: 12px;
}

.register .facebook {
	background: #3b5998;
}

.register .twitter {
	background: #00aced;
}

.register .google {
	background: #dd4b39;
}

/*===================
	404 page
===================*/
.page-404 {
	text-align: center;
}

.page-404 h3 {
	font-size: 96px;
}

.page-404 h3 span {
	color: #86c724;
}

.page-404 .button {
	margin: 10px 0;
	display: inline-block;
}

.page-404 .button a {
	color: #fff;
}

/*===================
	testimonial
===================*/
.testimonial {
	text-align: center;
}

.testimonial .app-title {
	margin-bottom: 0;
	font-size: 26px;
	color: #86c724;
}

.testimonial .app-title i {
	font-size: 22px;
}

.testimonial img {
	border-radius: 50%;
    margin: 5px 0 5px 0;
    height: 60px;
    width: 60px;
}

.testimonial .owl-theme .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
}

/*===================
	My Rounds
===================*/
table {
    border-collapse: collapse;
    width:99%;
}

td, th {
    padding: 4px 2px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 2px;
}

table th {
	white-space: inherit;
	font-size: 0.7em;
}

table td {
	white-space: inherit;
	font-size: 0.8em;
}

/*===================
	faq
===================*/
.faq .collapsible {
	border: none;
	box-shadow: none;
}

.faq .collapsible li {
	margin-bottom: 6px;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.faq .collapsible li .collapsible-header {
	font-size: 16px;
	color: #666;
	background: #fafcfb;
}

.faq .collapsible li .collapsible-header i {
	float: right;
	margin-right: 0;
	width: auto;
	font-size: 14px;
}

.faq .collapsible li .collapsible-body p {
	padding: 16px;
}

/*===================
	GPI score
===================*/
.currentGPI {
    background-image: url(../../images/CurrentGPI.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 310px;
    font-size: 30px;
    padding-top: 10px;
    text-align: right;
    padding-right: 20px;
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 86px;
}

.careerGPI {
    background-image: url(../../images/CareerGPI.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 310px;
    font-size: 30px;
    padding-top: 10px;
    text-align: right;
    padding-right: 20px;
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 86px;
}

/*===================
	footer
===================*/
footer {
	background: #017D2C;
	text-align: center;
	padding: 20px 0;
	display: block;
}

footer h6 {
	color: #fff;
}

footer p {
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #86c724;
}

footer .icon-social {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 15px;
}

footer .icon-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 3px;
	border-radius: 100%;
}

footer .icon-social .facebook {
	background: #3b5998;
}

footer .icon-social .twitter {
	background: #00aced;
}

footer .icon-social .google {
	background: #dd4b39;
}

footer .icon-social .play {
	background: #dd4b39;
}

footer .icon-social .apple {
	background: #000000;
}

footer .icon-social .instagram {
	background: #517fa6;
}

footer .icon-social .rss {
	background: #fe7e00;

}


footer .tel-fax-mail ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #eee;
}

footer .tel-fax-mail ul li {
	padding: 4px 0;
}

footer .tel-fax-mail ul li span {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

footer .ft-bottom {
	border-top: dotted 1px #fff;
	margin-top: 10px;
	padding-top: 10px;
	color: #fff;
}

/*-- //banner --*/
.banner{
	background: url(../../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 150px;
}


/* Style the navbar */
.toplogin {
  overflow: hidden;
}

/* Style the input container */
.toplogin .login-container {
  float: right;
  margin-left: 16px;
  width: auto; /* adjust as needed (as long as it doesn't break the topnav) */
}

/* Style the input field inside the navbar */
.toplogin .login-container input[type=text] {
  padding: 2px 4px;
  margin-top: 4px;
  font-size: 1em;
  border: none;
  border-radius: 0.3em;
  width: auto; /* adjust as needed (as long as it doesn't break the topnav) */
  background: #FFF;
  color: #000;
}
.toplogin .login-container input[type=password] {
  padding: 2px 4px;
  margin-top: 4px;
  font-size: 1em;
  border: none;
  border-radius: 0.3em;
  width: auto; /* adjust as needed (as long as it doesn't break the topnav) */
  background: #FFF;
  color: #000;
}
/* Style the button inside the input container */
.toplogin .login-container input[type=submit]  {
  float: right;
  padding: 5px;
  margin-top: 4px;
  margin-left: 8px;
  margin-right: 8px;
  color: #ffffff;
  background: #017D2C;
  font-size: 1em;
  border: none;
  cursor: pointer;
}

.toplogin .login-container input[type=submit]:hover {
  background: #86c724;
}

/* Add responsiveness - On small screens, display the navbar vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .toplogin .login-container {
    float: none;
  }
  .toplogin .login-container a, .toplogin input[type=text], input[type=password],.toplogin .login-container input[type=submit] {
    float: left;
    text-align: left;
	font-size: 0.8em;
	margin: 4px 0px;
    margin: 0;
    padding: 2px;
  }
  .toplogin .login-container input[type=text] {
    border: 1px solid #017D2C;
	  width: 80px; /* adjust as needed (as long as it doesn't break the topnav) */
  }
  .toplogin .login-container input[type=password] {
    border: 1px solid #017D2C;
	  width: 80px; /* adjust as needed (as long as it doesn't break the topnav) */
  }
}