/* Add here all your CSS customizations */

/* fix nivo first image stretching issue */
.nivo-main-image {
	height: auto;
}

/* nav pills orange text not white */
@media (min-width: 992px) {
	#header nav ul.nav-main > li.open a,
	 #header nav ul.nav-main > li.active > a,
	 #header nav ul.nav-main > li:hover > a {
	color: #f9b233;
	}
}

/* primary button & home intro button text orange not white */
html .btn-primary, .home-intro .get-started .btn {
	color: #f9b233;
}

/* but keep white on hover / focus */
html .btn-primary:hover,
html .btn-primary:focus,
.home-intro .get-started .btn:focus,
.home-intro .get-started .btn:hover {
	color: #ffffff;
}

/* about us page slider all rounded */ 
.nivo-slider .theme-default .all-rounded {
	border-radius: 10px 10px 10px 10px;
}

.nivo-slider .theme-default .all-rounded img {
	border-radius: 10px 10px 10px 10px;
}

/* active page is orange on primary color headers, and not 0.65 opacity */
html .page-header-color.page-header-primary .breadcrumb > .active {
	color: #f9b233;
}
.page-header-color .breadcrumb > .active {
	opacity: 1;
}

/* masonry max columns = 5 (not 4)*/
.masonry .masonry-item {
	width: 25%;
	padding: 3px;
}

/* remove double border on masonry thumbs */
.masonry .thumb-info {
	border:none;
}

/* customise fancybox overlay */

.fancybox-overlay {
	background: rgba(0, 141, 54, 0.95);
}