/*==========================================================================

	Template Elements Stylesheet
	____________________________________________________________

	Client:		Commercial Building Projects
	Date:		26th November 2013
	Author:		Edge Marketing Solutions
	Website:	www.cbpqld.com.au
	Version:	4.0

===========================================================================*/

	/* [Global Template Styles] */

	body
	{
		color: #555555;
	}

	h1,
	h2,
	h3,
	h4,
	h5
	{
		color: #000000;
	}

	h1
	{
		font-weight: normal;
		font-size: 34px;
	}

	p.lead
	{
		font-size: 18px;
		line-height: 1.5em;
	}

	a
	{
		color: #0268C4;
	}

	.row-spaced
	{
		margin-bottom: 30px;
	}

/*=========================================================================*/

	/* [Header Template Styles] */

	.header a.h-logo
	{
		margin: 27px 0 0 0;
		display: block;
	}

	.header .h-statement
	{
		padding-top: 130px;

		text-align: right;
	}

	/* Large desktop */
	@media (min-width: 1200px) {		
		.header .h-statement
		{
			padding-top: 160px;
		}
	}
	 
	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.header .h-statement
		{
			padding-top: 110px;
		}
	}
	 
	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.header a.h-logo
		{
			text-align: center;
		}

		.header .h-statement
		{
			padding-top: 40px;

			text-align: center;
		}
	}
	 
	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Navigation Template Styles] */

	.navbar
	{
		margin: 25px 0 0 0;

		border-top: 1px solid #000000;
	}

		.navbar-inner
		{
			padding: 10px 0;
		}

		.navbar .nav > li
		{
			padding: 0 10px;
			box-sizing: border-box;	

			border-right: 1px solid #D4D4D4;
		}

		.navbar .nav > li:last-child
		{
			border-right: none;
		}

		.navbar .nav > li > a
		{
			padding: 5px 35px;
			box-sizing: border-box;		

			font-size: 13px;
			text-transform: uppercase;
			color: #2C2C2C;
			text-shadow: none;
		}

		.navbar .nav > .active > a,
		.navbar .nav > .active > a:hover,
		.navbar .nav > .active > a:focus
		{
			box-shadow: none;
			background-image: url(../images/bg-navigation-hover.png);
			background-repeat: no-repeat;
			background-position: center bottom;

			text-shadow: none;
		}

		.navbar .nav > li > a:focus,
		.navbar .nav > li > a:hover
		{
			color: #0268C4;
		}

	.navbar .btn-navbar
	{
		float: left;
		width: 100%;
		padding: 10px 0;
		margin: 0;

		box-shadow: none;

		text-shadow: none;
		color: #000000;
	}

	.navbar .btn-navbar:hover,
	.navbar .btn-navbar:focus,
	.navbar .btn-navbar:active,
	.navbar .btn-navbar.active,
	.navbar .btn-navbar.disabled,
	.navbar .btn-navbar[disabled] {
	  color: #000000;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu
	{
	    display: block;
	}

	.dropdown-menu
	{
		min-width: 190px;
		margin: 0;

		border-radius: 0px;
	}

	/* Large desktop */
	@media (min-width: 1200px) {
		.navbar .nav > li
		{
			padding: 0 20px;
		}

		.navbar .nav > li > a
		{
			padding: 5px 44px;
		}
	}
	 
	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.nav-collapse .nav
		{
			background-color: #E5E5E5;
		}

		.navbar .nav > .active > a,
		.navbar .nav > .active > a:hover,
		.navbar .nav > .active > a:focus
		{
			background-image: none;
			background-color: #000000;

			color: #ffffff;
		}

		.navbar .nav > li > a
		{
			padding: 12px 0;

			text-align: center;
			font-size: 15px;
		}

		ul.nav li.dropdown:hover > ul.dropdown-menu
		{
		    display: none;
		}
	}
	 
	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.nav-collapse .nav
		{
			background-color: #E5E5E5;
		}

		.navbar .nav > .active > a,
		.navbar .nav > .active > a:hover,
		.navbar .nav > .active > a:focus
		{
			background-image: none;
			background-color: #000000;

			color: #ffffff;
		}

		.navbar .nav > li > a
		{
			padding: 12px 0;

			text-align: center;
			font-size: 15px;
		}

		ul.nav li.dropdown:hover > ul.dropdown-menu
		{
		    display: none;
		}
	}
	 
	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Featured Template Styles] */

	.featured-nav
	{
		width: 100%;
		float: left;
		margin: 10px 0 30px 0;

		background-image: url(../images/bg-featured-nav.png);
		background-repeat: repeat-y;
		background-position: center;
		border-bottom: 14px solid #B9B9B9;
	}

		.featured-nav ul
		{
			float: left;
			margin: 0;
			padding: 0;

			list-style-type: none;
			border-left: 1px solid #ffffff;
		}

		.featured-nav ul li
		{
			float: left;
			width: 33%;

			border-right: 1px solid #ffffff;
		}

			.featured-nav ul li a
			{
				display: block;

				font-weight: bold;
				color: #ffffff;
				font-size: 30px;
				text-transform: uppercase;
				line-height: 1.6em;
			}

			.featured-nav ul li a .featured-title
			{
				padding-left: 40px;

				background-image: url(../images/icon-arrow-white.png);
				background-repeat: no-repeat;
				background-position: 15px center;
			}

			.featured-nav ul li.featured-style1
			{
				background-color: #CCCCCC;
			}

				.featured-nav ul li.featured-style1 a .featured-title
				{
					background-image: url(../images/icon-arrow-black.png);
				}

			.featured-nav ul li.featured-style2
			{
				background-color: #414141;
			}

			.featured-nav ul li.featured-style3
			{
				background-color: #000000;
			}

			.featured-nav ul li a .featured-title span
			{
				color: #000000;
			}

			.featured-nav ul li a:hover
			{
				opacity: 0.6;

				transition: opacity .2s ease-out;
				-moz-transition: opacity .2s ease-out;
				-webkit-transition: opacity .2s ease-out;
				-o-transition: opacity .2s ease-out;

				text-decoration: none;
			}

	/* Large desktop */
	@media (min-width: 1200px) {
		.featured-nav ul li a
		{
			font-size: 36px;
		}
	}
	 
	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.featured-nav ul li a
		{
			font-size: 26px;
		}
	}
	 
	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		
	}
	 
	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Page Template Styles] */

	.sidecol-form
	{
		padding: 10px 20px;

		background-color: #B9B9B9;
		background-image: url(../images/bg-peaks.png);
		background-repeat: no-repeat;
		background-position: left bottom;

		color: #000000;
	}


	/* Large desktop */
	@media (min-width: 1200px) {
		
	}
	 
	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		
	}
	 
	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		
	}
	 
	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Footer Template Styles] */

	.footer
	{
		padding: 40px 0 50px 0;
	}

	.footer .navbar
	{
		margin: 0 0 20px 0;

		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}

	.footer ul a
	{
		color: #555555;
	}

	.footer ul.list
	{
		margin: 0;
		padding: 0;

		list-style-type: none;

		font-size: 11px;
	}

	.footer .f-logo
	{
		text-align: right;
	}

	.footer .mobile-jump
	{
		padding-top: 15px;
		padding-bottom: 5px;

		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;

		text-align: center;
		font-size: 18px;
	}
	 
	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.footer .f-logo
		{
			text-align: center;
		}
	}

/*=========================================================================*/

	/* [Nivo Slider Styles] */

	.slider-wrapper
	{
		border-top: 14px solid #CCCCCC;
	}

	.theme-default .nivoSlider {
		position:relative;
		background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    	margin-bottom:10px;
	}

	.theme-default .nivoSlider img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
	}

	.theme-default .nivoSlider a {
		border:0;
		display:block;
	}

	.theme-default .nivo-controlNav {
		margin-top: -70px;
		text-align: center;
		padding: 20px 0;
		position: relative;
		z-index: 1000;
	}

	@media (max-width: 767px) {
		.theme-default .nivo-controlNav {
			display: none;
		}
	}

	.theme-default .nivo-controlNav a {
		display:inline-block;
		width:22px;
		height:22px;
		background:url(../images/bullets.png) no-repeat;
		text-indent:-9999px;
		border:0;
		margin: 0 2px;
	}

	.theme-default .nivo-controlNav a.active {
		background-position:0 -22px;
	}

	.theme-default .nivo-directionNav a {
		display:block;
		width:30px;
		height:30px;
		background:url(../images/arrows.png) no-repeat;
		text-indent:-9999px;
		border:0;
		opacity: 0;
		-webkit-transition: all 200ms ease-in-out;
	    -moz-transition: all 200ms ease-in-out;
	    -o-transition: all 200ms ease-in-out;
	    transition: all 200ms ease-in-out;
	}

	.theme-default:hover .nivo-directionNav a { opacity: 1; }
	.theme-default a.nivo-nextNav {
		background-position:-30px 0;
		right:15px;
	}

	.theme-default a.nivo-prevNav {
		left:15px;
	}

	.theme-default .nivo-caption {
	    font-family: Arial, sans-serif;
	}

	.theme-default .nivo-caption a {
	    color:#fff;
	    border-bottom:1px dotted #fff;
	}

	.theme-default .nivo-caption a:hover {
	    color:#fff;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled {
		width: 100%;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
		width: auto;
		height: auto;
		background: none;
		margin-bottom: 5px;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
		display: block;
		width: 120px;
		height: auto;
	}