/*
Theme Name: Katanoo
Theme URI: http://katanoo.com.au
Author: Web Lab Pty Ltd
Author URI: http://weblab.com.au
Description: The theme developed for Katanoo by Web Lab
Version: 1.0
*/
.googlemap {
        position: relative;
        padding-bottom: 75%; /* 4:3 ratio*/
        height: 0;
        overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
	body, html {
  		height: 100%;
	}

	body {
		font-family: "Roboto", "Helvetica", "Arial", sans-serif;
		line-height: 200%;
		color: #000;
	}

	h1, h2, h3, h4, h5, h6 {
		letter-spacing: -1px;
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 42px;
	}

	h2.section-title {
		background: url('images/heading.png') no-repeat right top;
		text-transform: lowercase;
		display: inline-block;
		padding-top: 20px;
		padding-right: 35px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	li {
		line-height: 200%;
	}

	small {
		color: #8f8f8f;
	}

	section {
		margin-bottom: 100px;
	}

	#home {
		height: 100%;
	}

	#splash1 {
		background: url('images/splash.jpg') no-repeat center bottom;
		background-size: cover;
		height: 100%;
		min-height: 750px;
	}

	#splash2 {
		background: url('images/splash2.jpg') no-repeat center bottom;
		background-size: cover;
		height: 100%;
		min-height: 750px;
	}

	#splash3 {
		background: url('images/splash3.jpg') no-repeat center bottom;
		background-size: cover;
		height: 100%;
		min-height: 750px;
	}

	#splash4 {
		background: url('images/splash4.jpg') no-repeat center bottom;
		background-size: cover;
		height: 100%;
		min-height: 750px;
	}

	#home-pitch {
		width: 75%;
		margin: 330px auto;
		text-align: center;
		color: #fff;
	}

	#home-pitch h1 {
		padding: 12px 12px 14px 12px;
		border: 6px solid #fff;
		display: inline-block;
		
	}

	#home-pitch p {
		font-size: 24px;
		font-weight: 300;
		margin: 25px 0px 50px;
	}

	#faq, .page-header {
		background: url("images/faq.jpg") no-repeat center center;
		background-size: cover;
		color: #fff;
	}



	#faqs {
		width: 80%;
		margin: 100px auto;
	}

	.page-header {
		margin-top: 0px;
		height: 325px;
	}

	.page-header h1 {
		margin-top: 200px;
	}


	/* NAV STYLES */

	#nav {
		width: 100%;
		height: 80px;
		background: rgba(255,255,255,0.95);
		border-bottom: 1px solid #dddddd;
		position: fixed;
		left: 0px;
		opacity: 1;
		z-index: 9;
		top: 0px;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.navshow {
		opacity: 1 !important;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transform: translate(0px,80px); /* IE 9 */
		-webkit-transform: translate(0px,80px); /* Chrome, Safari, Opera */
		transform: translate(0px,80px);
	}


	.nav-title {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		margin-top: 50px;
		float: left;
		margin-right: 50px;

	}

	.nav-description {
		font-size: 14px;
		color: #8f8f8f;
	}

	#home-nav a:hover, #nav a:hover, nav a:hover {
		text-decoration: none;
	}

	#nav .nav-title {
		margin-top: 30px;
		color: #000;
	}

	nav .nav-title {
		margin-top: 30px;
		color: #fff;
	}

	#nav .homelink {
		padding-top: 20px;
	}

	#nav-contact {
		margin-left: 105px;
		font-size: 12px;
		color: #000;
		line-height: 150%;
		display: none;
	}

	#nav-contact a {
		color: #000;
	}

	#nav-button {
		position: fixed;
		background-color: #000;
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		width: 20px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		left: 0px;
		bottom: 45px;
		cursor: pointer;
		overflow: hidden;
		z-index: 1000;
		display: none;
	}

	#nav-button.open {
		background-color: #fff !important;
	}

	.open i {
		margin-top: -58px;
	}


	#logo {
		text-align: center;
	}

	/*FOOTER STYLES*/
	.footer-inner {
		border-top: 1px solid #d4d4d4;
	}

	.simple-footer {
		border-top: 1px dashed #d4d4d4;
		padding-top: 10px;
		text-align: center;
		font-size: 12px;
		margin-top: 20px;
	}


	nav {
		position: fixed;
		width: 240px;
		padding-left: 30px;
		height: 100%;
		background-color: #111;
		color: #fff;
		top: 0;
		z-index: 999;
		left: -270px;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	nav ul {
		list-style-type: none;
		margin: 50px 0px;
	}

	nav ul li {
		margin-bottom: 20px;
	}
	

	.cbp-spmenu-push {
		overflow-x: hidden;
		position: relative;
		left: 0;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.cbp-spmenu-push-toright {
		left: 270px;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;

	}

	.cbp-spmenu-open {
		left: 0px;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}


	/*BUTTON STYLES*/

	.cta {
		border: 3px #000 solid;
		padding: 10px 20px;
		text-align: center;
		color: #000;
		font-weight: bold;
	}

	.cta:hover, .cta-primary {
		text-decoration: none;
		background-color: #000;
		color: #fff;
	}

	.cta-inverse {
		border-color: #fff;
		color: #fff;
	}

	.cta-inverse:hover {
		background-color: #fff;
		color: #000;
	}

	/*MARGIN & STYLES*/
	.bump {
		margin: 25px;
	}

	.bump-top {
		margin-top: 25px;
	}

	.bump-bottom {
		margin-bottom: 25px;
	}

	.bump-left {
		margin-left: 25px;
	}

	.bump-right {
		margin-right: 25px;
	}

	.txt-center {
		text-align: center;
	}


	/*PROJECT STYLES*/

	.project {
		color: #fff;
		margin-bottom: 10px;
	}

	.project-image {
		width: 670px;
		position: relative;
	}

	.project-meta {
		width: 670px;
		background-color: #0d4c92;
	}
	
	.project-meta h3 {
		margin-bottom: 5px;
	}

	.project-description {
		width: 300px;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 5px;
	}

	.project-date {
		float: right;
		width: 60px;
		line-height: 60px;
		text-align: center;
		background-color: #0c4584;
	}

	.project-blue .project-title, .project-blue .project-description {
		background-color: #0d4c92;
	}

	.project-blue .project-date {
		background-color: #0c4584;
	}

	.project-green .project-title, .project-green .project-description {
		background-color: #11342e;
	}

	.project-green .project-date {
		background-color: #0d2923;
	}

	.project-bottom .project-title  {
		bottom: 0px;
	}

	.project-left .project-title  {
		left: 0px;
	}

	.project-right .project-title  {
		right: 0px;
	}

	.project-top .project-title {
		top: 0px;
	}

	.project-left .project-meta {
		float: right;
	}

	.project-left .project-image {
		padding-left: 200px;
	}

	.project-right .project-image {
		padding-right: 200px;
	}

	span.nav-previous {
		display: block;
		float: left;
	}

	span.nav-next {
		display: block;
		float: right;
	}

	#services-list {
		margin: 0px;
	}

	#services-list li {
		float: left;
		width: 220px;
		margin-left: 20px;
	}

	#services-list li:nth-child(3n+1) {
		margin-left: 0px;
		clear: both;
	}

	.pad-title {
		padding-top: 80px;
	}

	#map {
		height: 325px;
		margin-top: 80px;
	}

	#map img {
		max-width: none;
	}

	.alignleft {
		float: left;
		margin-right: 20px;
	}

	.alignleftfix {
		margin-right: 0px !important;
	}

	article img {
		margin-top: 30px;
	}

	article h3 {
		clear: both;
	}


	.carousel-indicators {
		position: absolute;
		bottom: 15px;
		top: auto;
		right: 15px;
		z-index: 5;
		margin: 0;
		list-style: none;
	}
	
	.carousel-indicators li {
		display: block;
		float: left;
		width: 10px;
		height: 10px;
		margin-left: 5px;
		text-indent: -999px;
		background-color: #ccc;
		background-color: rgba(255,255,255,0.25);
		border-radius: 5px;
		cursor: pointer;
	}

	.carousel-indicators .active {
		background-color: #fff;
	}


	/* Large desktop */
	@media (min-width: 1200px) {
		#nav-contact {
			display: block;
		}

		#services-list li {
			width: 270px;
			margin-left: 30px;
			float: left;
		}

		.project-description {
			width: 500px;
		}

		.alignleft {
			margin-right: 30px;
		}

	}

	@media (max-width: 979px) {

		div.project {
			clear: both;
			margin-top: 40px;
		}

		.project-image {
			position: relative;
			width: 100%;
		}

		.project-title {
			position: relative;
			width: 100%;
			height: auto;
			padding: 0px;
			text-align: left;
		}

		.project-title h3 {
			padding: 0px 15px;
			margin: 0;
		}


		.project-meta {
			width: 100%;
		}

		.project-description {
			width: 90%;
			float: none;
			height: auto;
		}

		.project-left .project-image {
			padding-left: 0px;
		}

		.project-right .project-image {
			padding-right: 0px;
		}
	}

     
	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {

		.cta {
			padding: 5px 10px;
		}

		#services-list li {
			width: 50%;
			margin-left: 0px;
			clear: none !important;
		}

		h2.section-title {
			font-size: 36px;
			padding-top: 15px;
			padding-right: 20px;
		}

		.nav-title {
			margin-right: 30px;
		}

	}
     
	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {

		body {
			padding: 0px;
		}

		.page-header {
			height: 180px;
		}

		.container {
			padding: 0px 20px;
		}

		#nav-button {
			display: block;
		}

		
		h2.section-title {
			display: block;
			text-align: right;
		}

		#home-nav {
			margin-top: 75px;
		}

		#home-pitch {
			width: 90%;
			margin: 100px auto;
		}

		#home {
			min-height: 480px;
			background: url('images/splash.jpg') no-repeat center bottom;
			background-size: cover;
		}

		#nav {
			display: none;
		}

		#map {
			margin-top: 0px;
			height: 200px;
		}
			

		#services-list {
			margin-left: 20px;
		}
		#services-list li {
			width: 50%;
			margin-left: 0px;
			clear: none !important;
		}


	}
     
	/* Landscape phones and down */
	@media (max-width: 480px) {

		#services-list li {
			width: 100%;
			margin-left: 0px;
			clear: none !important;
		}
	}
