body {
	background: #FFFFFF;
	margin-top: 50px;
	overflow-x: hidden;
	font-family: Hind, sans-serif;
	font-size: 12pt;
	color: #323847;
}
body.index {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.vertical-center-outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.vertical-center-inner {
    display: table-cell;
    vertical-align: middle;
}

/* index */
	section {
		margin: 0;
		padding: 0;
	}
		section.padded {
			padding-top: 40px;
			padding-bottom: 40px;
		}
		section section {
			margin: 0 0 80px 0;
			padding: 0;
			height: auto;
		}
		section section:last-child {
			margin: 0;
		}
		section .overlay .h1 {
			color: #8CBF3B;
			text-shadow:
				-1px -1px 8px rgba(0, 0, 0, 0.8),
				0 0 8px rgba(0, 0, 0, 0.8),
				1px 1px 8px rgba(0, 0, 0, 0.8),
				2px 2px 8px rgba(0, 0, 0, 0.8),
				3px 3px 8px rgba(0, 0, 0, 0.8);
		}
		section .overlay p,
		section .overlay .h2,
		section .overlay .h3 {
			color: #FFFFFF;
			text-shadow:
				-1px -1px 8px rgba(0, 0, 0, 0.8),
				0 0 8px rgba(0, 0, 0, 0.8),
				1px 1px 8px rgba(0, 0, 0, 0.8),
				2px 2px 8px rgba(0, 0, 0, 0.8),
				3px 3px 8px rgba(0, 0, 0, 0.8);
		}
	section .parallax-window {
		margin: 0;
		padding: 0 0 50px 0;
		height: auto;
		min-height: 100vh;
  	  	background: transparent;
	}
	section .overlay {
		height: auto;
		min-height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}
		section.short {
			margin-bottom: 20px;
		}
		section.short .parallax-window {
			margin: 0;
			padding: 20px 0 50px 0;
			height: auto;
			min-height: inherit;
	  	  	background: transparent;
		}
		section.short .overlay {
			height: auto;
			min-height: inherit;
			background: rgba(0, 0, 0, 0.7);
		}
		
		p.big {
			font-size: 20px;
		}
		p.margin-bottom {
			margin-bottom: 20px;
		}
		

/* nav */
	#top_nav {
		background: #FFF;
		border: none;
		transition: ease 0.5s;
		height: 50px;
		min-height: 50px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	}
		#top_nav a.navbar-brand {
			transition: ease 0.5s;
			padding: 5px;
			height: 50px;
		}
			#top_nav a.navbar-brand img {
				margin: 0;
				transition: ease 0.5s;
				height: 40px;
			}
		#top_nav.scrolled {
			transition: ease 0.5s;
			height: 40px;
			min-height: 40px;
		}
			#top_nav.scrolled #menu {
				height: 40px;
			}
			#top_nav.scrolled a.navbar-brand {
				padding: 8px 0 0 5px;
				transition: ease 0.5s;
				height: 40px;
			}
				#top_nav.scrolled a.navbar-brand img {
					height: 26px;
				}

		#top_nav #header_phone {
			height: 50px;
			line-height: 50px;
			margin-left: 25px;
			float: right;
			font-weight: bold;
		}
			#top_nav.scrolled #header_phone {
				height: 40px;
				line-height: 40px;
				margin-left: 25px;
				float: right;
				font-weight: bold;
			}

		#top_nav .collapse.in,
		#top_nav .collapse.in #menu {
			height: auto !important;
			z-index: 999;
			margin-top: 0;
			transition: none;
		}

		#top_nav #header_phone a,
		#top_nav #menu a {
			margin: 0;
			padding: 0 10px;
			display: block;
			height: 50px;
			line-height: 50px;
			color: #000;
			font-size: 14pt;
			transition: ease 0.5s;
		}
			#top_nav.scrolled #header_phone a,
			#top_nav.scrolled #menu a {
				display: block;
				height: 40px;
				line-height: 40px;
				color: #333;
				font-size: 12pt;
				transition: ease 0.5s;
			}
		#top_nav #menu li.dropdown.open ul.dropdown-menu a {
			background-color: inherit;
			color: #333;
			transition: none;
		}
		#top_nav .navbar-toggle {
			margin-bottom: 0;
		}
		#top_nav.scrolled .navbar-toggle {
			margin-top: 3px;
			transition: ease 0.5s;
		}
		#top_nav #menu a.dropdown-toggle {
		}
		#top_nav #menu li.dropdown.open a.dropdown-toggle,
		#top_nav #menu li.dropdown.open a:hover,
		#top_nav #menu li.dropdown.open ul.dropdown-menu a:hover,
		#top_nav #menu a:hover {
			color: #000;
			background: #8CBF3B;
		}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}

/* site layout */
	#site_wrap {
		padding-bottom: 20px;
	    background-color: #FFFFFF;
	}

	.carousel {
	    height: 250px;
	}
	.carousel-caption {
	    z-index: 10;
	}
	.carousel .item {
	    background-color: #777;
	    height: 250px;
	}
	.carousel-inner > .item > img {
	    height: 250px;
	    left: 0;
	    min-width: 100%;
	    position: absolute;
	    top: 0;
	}
	.breadcrumb {
		margin-bottom: 0;
	}

	#enquiry_wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#links {
		margin: 0;
		padding: 20px 0;
		height: 50px;
		background: #EDEDED url(gfx/logomark.png) bottom right no-repeat;
		text-align: center;
		color: #999;
	}
		#links a {
			color: #999;
			font-size: 10pt;
		}
		#links a:hover {
			color: #000;
		}

	/* fix video background bug */
	.brightness {
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'brightness\'><feColorMatrix type=\'matrix\' values=\'1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0\'/></filter></svg>#brightness"); /* Firefox 3.5+ */
	    -webkit-filter:brightness(108.5%); /* Chrome 19+ & Safari 6+ */
	}
	.brightness video {
	    /* border not part of bug fix */
	    border: 1px solid black;
	}
/* general styles */
	h1, h2, h3,
	.h1, .h2, .h3 {
		color: #8CBF3B;
	}
	h1, .h1 {
		font-size: 36pt;
	}
	h2, .h2 {
		font-size: 28pt;
	}
	h3, .h3 {
		font-size: 20pt;
	}
	a {
		color: #8CBF3B;
	}

	.primary_bg {
		background: #B4D67F;
	}
		.primary_bg h2,
		.primary_bg h3,
		.primary_bg .h2,
		.primary_bg .h3,
		.primary_bg li,
		.primary_bg label,
		.primary_bg p {
			color: #333;
		}

	.bg-info {
		background: #EFEFEF;
	}

	ul.fa-ul.h3 {
		margin-left: 12%;
		margin-bottom: 20px;
	}
		ul.fa-ul.h3 li {
			margin-bottom: 10px;
		}

	.bg-info.match-height:hover {
		background: #8CBF3B;
		transition: ease 0.5s;
	}
		.bg-info.match-height:hover .h3,
		.bg-info.match-height:hover span,
		.bg-info.match-height:hover p {
			color: #FFFFFF;
			transition: ease 0.5s;
		}

	
/* responsive design */
	.hidden-400 {
		display: inherit !important;
	}
	.visible-400 {
		display: none !important;
	}


	body.index .img-responsive {
		max-height: 250px;
		margin: 0 auto;
	}
@media (max-width: 1024px) {
	.container {
		width: 100%;
	}
	section section {
		margin: 0 0 15px 0;
		height: auto;
	}
	h1, .h1 {
		font-size: 32pt;
	}
	h2, .h2 {
		font-size: 24pt;
	}
	h3, .h3 {
		font-size: 18pt;
	}
	p.big {
		font-size: 16pt;
	}
}
@media (min-width: 768px) {
	.bg-info.match-height.hover_more:hover {
		background: #8CBF3B;
		transition: ease 0.5s;
		display: table;
	}
	.bg-info.match-height.hover_more p.show_on_hover {
		display: none;
	}
	.bg-info.match-height.hover_more:hover span.h3,
	.bg-info.match-height.hover_more:hover div.h3 {
		display: none;
	}
	.bg-info.match-height.hover_more:hover p.show_on_hover {
		display: table-cell;
       	vertical-align: middle;
		height: 100%;
		transition: ease 0.5s;
	}
}
@media (max-width: 767px) {
	#top_nav #navbar-collapse {
		background-color: #FFF;
		box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
	}

	#top_nav #header_phone {
	    position: absolute;
	    right: 80px;
	    top: 3px;
	}
	section section {
		margin: 0 0 10px 0;
		height: auto;
	}
	#top_nav .container {
		padding: 0;
	}
	h1, .h1 {
		font-size: 30pt;
	}
	h2, .h2 {
		font-size: 20pt;
	}
	h3, .h3 {
		font-size: 16pt;
	}
	p.big {
		font-size: 14pt;
	}

	body.index .img-responsive {
		max-width: 80%;
		margin: 10px auto 15px auto;
	}
}

@media (max-width: 400px) {
	.hidden-400 {
		display: none !important;
	}
	.visible-400 {
		display: inherit !important;
	}
	.full-400 {
		width: 100% !important;
	}
	h1, .h1 {
		font-size: 24pt;
	}
	h2, .h2 {
		font-size: 20pt;
	}
	h3, .h3 {
		font-size: 16pt;
	}
}
